#2142AA

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

Shades of Persian Blue #2142AA

Tints of Persian Blue #2142AA

Color information

#2142AA (or 0x2142AA) is unknown color: approx Persian Blue. HEX triplet: 21, 42 and AA. RGB value is (33,66,170). Sum of RGB (Red+Green+Blue) = 33+66+170=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #2142AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142AA is #DEBD55. Grayscale: #434343. Windows color (decimal): -14597462 or 11158049. OLE color: 11158049.

HSL color Cylindrical-coordinate representation of color #2142AA: hue angle of 225.55º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2142AA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3366170-
CMYK0.810.6100.33
HSL225.55º67.49%39.8%-
HSV(B)225.55º80.59%66.67%-
XYZ9.837.1238.89-
YUV67.99185.57103.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=12.27%
G=24.54%
B=63.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33661700.810.6100.33225.5567.4939.8
Hex2142AA513D021e24328
Octal411022521217504134210350
Binary10000110000101010101010100011111010100001111000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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