#2142CC

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

Shades of Persian Blue #2142CC

Tints of Persian Blue #2142CC

Color information

#2142CC (or 0x2142CC) is unknown color: approx Persian Blue. HEX triplet: 21, 42 and CC. RGB value is (33,66,204). Sum of RGB (Red+Green+Blue) = 33+66+204=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #2142CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142CC is #DEBD33. Grayscale: #474747. Windows color (decimal): -14597428 or 13386273. OLE color: 13386273.

HSL color Cylindrical-coordinate representation of color #2142CC: hue angle of 228.42º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2142CC is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3366204-
CMYK0.840.6800.2
HSL228.42º72.15%46.47%-
HSV(B)228.42º83.82%80%-
XYZ13.478.5858.07-
YUV71.86202.57100.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 204 (80.08% from 255) = 67.33%
R=10.89%
G=21.78%
B=67.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33662040.840.6800.2228.4272.1546.47
Hex2142CC5444014e4482e
Octal4110231412410402434411056
Binary10000110000101100110010101001000100010100111001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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