#2142B9

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

Shades of Persian Blue #2142B9

Tints of Persian Blue #2142B9

Color information

#2142B9 (or 0x2142B9) is unknown color: approx Persian Blue. HEX triplet: 21, 42 and B9. RGB value is (33,66,185). Sum of RGB (Red+Green+Blue) = 33+66+185=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #2142B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142B9 is #DEBD46. Grayscale: #454545. Windows color (decimal): -14597447 or 12141089. OLE color: 12141089.

HSL color Cylindrical-coordinate representation of color #2142B9: hue angle of 226.97º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2142B9 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3366185-
CMYK0.820.6400.27
HSL226.97º69.72%42.75%-
HSV(B)226.97º82.16%72.55%-
XYZ11.337.7246.79-
YUV69.7193.07101.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 185 (72.66% from 255) = 65.14%
R=11.62%
G=23.24%
B=65.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33661850.820.6400.27226.9769.7242.75
Hex2142B9524001Be3462b
Octal4110227112210003334310653
Binary10000110000101011100110100101000000011011111000111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2142B9; }

 p { color: rgb(33,66,185); }

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

<style>
 a { background-color: #2142B9; }

 a { background-color: rgb(33,66,185); }

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

<style>
 span { border-color: #2142B9; }

 span { border-color: rgb(33,66,185); }

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