#212ecc

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

Shades of Persian Blue #212ECC

Tints of Persian Blue #212ECC

Color information

#212ECC (or 0x212ECC) is unknown color: approx Persian Blue. HEX triplet: 21, 2E and CC. RGB value is (33,46,204). Sum of RGB (Red+Green+Blue) = 33+46+204=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #212ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ECC is #DED133. Grayscale: #3B3B3B. Windows color (decimal): -14602548 or 13381153. OLE color: 13381153.

HSL color Cylindrical-coordinate representation of color #212ECC: hue angle of 235.44º 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 #212ECC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3346204-
CMYK0.840.7700.2
HSL235.44º72.15%46.47%-
HSV(B)235.44º83.82%80%-
XYZ12.56.6457.75-
YUV60.12209.19108.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 204 (80.08% from 255) = 72.08%
R=11.66%
G=16.25%
B=72.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33462040.840.7700.2235.4472.1546.47
Hex212ECC544D014eb482e
Octal415631412411502435311056
Binary1000011011101100110010101001001101010100111010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212ecc; }

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

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

<style>
 a { background-color: #212ecc; }

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

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

<style>
 span { border-color: #212ecc; }

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

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