#212DAC

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

Shades of Persian Blue #212DAC

Tints of Persian Blue #212DAC

Color information

#212DAC (or 0x212DAC) is unknown color: approx Persian Blue. HEX triplet: 21, 2D and AC. RGB value is (33,45,172). Sum of RGB (Red+Green+Blue) = 33+45+172=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #212DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DAC is #DED253. Grayscale: #373737. Windows color (decimal): -14602836 or 11283745. OLE color: 11283745.

HSL color Cylindrical-coordinate representation of color #212DAC: hue angle of 234.82º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212DAC is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3345172-
CMYK0.810.7400.33
HSL234.82º67.8%40.2%-
HSV(B)234.82º80.81%67.45%-
XYZ9.015.1839.55-
YUV55.89193.52111.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 172 (67.58% from 255) = 68.8%
R=13.2%
G=18%
B=68.8%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33451720.810.7400.33234.8267.840.2
Hex212DAC514A021eb4428
Octal415525412111204135310450
Binary10000110110110101100101000110010100100001111010111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,45,172); }

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

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

 a { background-color: rgb(33,45,172); }

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

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

 span { border-color: rgb(33,45,172); }

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