#212ACC

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

Shades of Persian Blue #212ACC

Tints of Persian Blue #212ACC

Color information

#212ACC (or 0x212ACC) is unknown color: approx Persian Blue. HEX triplet: 21, 2A and CC. RGB value is (33,42,204). Sum of RGB (Red+Green+Blue) = 33+42+204=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #212ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ACC is #DED533. Grayscale: #393939. Windows color (decimal): -14603572 or 13380129. OLE color: 13380129.

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

Color convert

RGB3342204-
CMYK0.840.7900.2
HSL236.84º72.15%46.47%-
HSV(B)236.84º83.82%80%-
XYZ12.356.3457.7-
YUV57.78210.52110.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 204 (80.08% from 255) = 73.12%
R=11.83%
G=15.05%
B=73.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33422040.840.7900.2236.8472.1546.47
Hex212ACC544F014ed482e
Octal415231412411702435511056
Binary1000011010101100110010101001001111010100111011011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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