#2141DB

Color #2141DB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2141DB

Tints of Persian Blue #2141DB

Color information

#2141DB (or 0x2141DB) is unknown color: approx Persian Blue. HEX triplet: 21, 41 and DB. RGB value is (33,65,219). Sum of RGB (Red+Green+Blue) = 33+65+219=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #2141DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141DB is #DEBE24. Grayscale: #484848. Windows color (decimal): -14597669 or 14369057. OLE color: 14369057.

HSL color Cylindrical-coordinate representation of color #2141DB: hue angle of 229.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2141DB is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3365219-
CMYK0.850.7000.14
HSL229.68º73.81%49.41%-
HSV(B)229.68º84.93%85.88%-
XYZ15.39.2267.99-
YUV72.99210.499.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 219 (85.94% from 255) = 69.09%
R=10.41%
G=20.50%
B=69.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal33652190.850.7000.14229.6873.8149.41
Hex2141DB55460Ee64a31
Octal4110133312510601634611261
Binary1000011000001110110111010101100011001110111001101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2141DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2141DB; }

 p { color: rgb(33,65,219); }

 H1.HeaderClassName
 {
   color: #2141DB;
 }
 .AnyTagClassName
 {
   color: #2141DB;
 }
</style>
background-color css

<style>
 a { background-color: #2141DB; }

 a { background-color: rgb(33,65,219); }

 div.DivClassName
 {
   background-color: #2141DB;
 }
 .BgClassName
 {
   background-color: #2141DB;
 }
</style>
border-color css

<style>
 span { border-color: #2141DB; }

 span { border-color: rgb(33,65,219); }

 td.TdClassName
 {
   border-color: #2141DB;
 }
 .TagClassName
 {
   border-color: #2141DB;
 }
</style>