#212AB2

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

Shades of Persian Blue #212AB2

Tints of Persian Blue #212AB2

Color information

#212AB2 (or 0x212AB2) is unknown color: approx Persian Blue. HEX triplet: 21, 2A and B2. RGB value is (33,42,178). Sum of RGB (Red+Green+Blue) = 33+42+178=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #212AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AB2 is #DED54D. Grayscale: #363636. Windows color (decimal): -14603598 or 11676193. OLE color: 11676193.

HSL color Cylindrical-coordinate representation of color #212AB2: hue angle of 236.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212AB2 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3342178-
CMYK0.810.7600.30
HSL236.28º68.72%41.37%-
HSV(B)236.28º81.46%69.8%-
XYZ9.495.1942.62-
YUV54.81197.52112.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 178 (69.92% from 255) = 70.36%
R=13.04%
G=16.60%
B=70.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33421780.810.7600.30236.2868.7241.37
Hex212AB2514C01Eec4529
Octal415226212111403635410551
Binary1000011010101011001010100011001100011110111011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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