#212AC4

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

Shades of Persian Blue #212AC4

Tints of Persian Blue #212AC4

Color information

#212AC4 (or 0x212AC4) is unknown color: approx Persian Blue. HEX triplet: 21, 2A and C4. RGB value is (33,42,196). Sum of RGB (Red+Green+Blue) = 33+42+196=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 196 (76.95% from 255 or 72.32% from 271); Max value from RGB is 196 - color contains mainly: blue. Hex color #212AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AC4 is #DED53B. Grayscale: #383838. Windows color (decimal): -14603580 or 12855841. OLE color: 12855841.

HSL color Cylindrical-coordinate representation of color #212AC4: hue angle of 236.69º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212AC4 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3342196-
CMYK0.830.7900.23
HSL236.69º71.18%44.9%-
HSV(B)236.69º83.16%76.86%-
XYZ11.425.9652.77-
YUV56.86206.52110.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 196 (76.95% from 255) = 72.32%
R=12.18%
G=15.50%
B=72.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal33421960.830.7900.23236.6971.1844.9
Hex212AC4534F017ed472d
Octal415230412311702735510755
Binary1000011010101100010010100111001111010111111011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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