Html Css Color HEX #212DAC Persian Blue

📋 copy color: '#212DAC'

red 33 ◦ green 45 ◦ blue 172

#212DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #212DAC

Tints of Persian Blue #212DAC

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 value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212DAC (or 0x212DAC) is known color: 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

RGB 33 45 172 -
CMYK 0.81 0.74 0 0.33
HSL 234.82º 0.68% 0.4% -
HSV(B) 234.82º 0.81% 0.67% -
XYZ 9.01 5.18 39.55 -
YUV 55.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 33 45 172 0.81 0.74 0 0.33 234.82 0.68 0.4
Hex 21 2D AC 51 4A 0 21 EB 44 28
Octal 41 55 254 121 112 0 41 353 104 50
Binary 100001 101101 10101100 1010001 1001010 0 100001 11101011 1000100 101000

Color Harmonies of #212DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DAC

Black with #212DAC

Text Example


Text Example

White with #212DAC

Text Example


Text Example

HTML Codes & Css Web 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>