#2142AE

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

Shades of Persian Blue #2142AE

Tints of Persian Blue #2142AE

Color information

#2142AE (or 0x2142AE) is unknown color: approx Persian Blue. HEX triplet: 21, 42 and AE. RGB value is (33,66,174). Sum of RGB (Red+Green+Blue) = 33+66+174=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #2142AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142AE is #DEBD51. Grayscale: #434343. Windows color (decimal): -14597458 or 11420193. OLE color: 11420193.

HSL color Cylindrical-coordinate representation of color #2142AE: hue angle of 225.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2142AE is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3366174-
CMYK0.810.6200.32
HSL225.96º68.12%40.59%-
HSV(B)225.96º81.03%68.24%-
XYZ10.227.2840.91-
YUV68.44187.57102.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=12.09%
G=24.18%
B=63.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33661740.810.6200.32225.9668.1240.59
Hex2142AE513E020e24429
Octal411022561217604034210451
Binary10000110000101010111010100011111100100000111000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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