Html Css Color HEX #212DAE Persian Blue

📋 copy color: '#212DAE'

red 33 ◦ green 45 ◦ blue 174

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

Shades of Persian Blue #212DAE

Tints of Persian Blue #212DAE

RGB

 RED value IS 33 (13.28% from 255) = 13.1%

 GREEN value IS 45 (17.97% from 255) = 17.86%

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 13.1%
G = 17.86%
B = 69.05%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#212DAE (or 0x212DAE) is known color: Persian Blue. HEX triplet: 21, 2D and AE. RGB value is (33,45,174). Sum of RGB (Red+Green+Blue) = 33+45+174=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #212DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DAE is #DED251. Grayscale: #373737. Windows color (decimal): -14602834 or 11414817. OLE color: 11414817.

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

Color convert

RGB 33 45 174 -
CMYK 0.81 0.74 0 0.32
HSL 234.89º 0.68% 0.41% -
HSV(B) 234.89º 0.81% 0.68% -
XYZ 9.21 5.26 40.57 -
YUV 56.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 33 45 174 0.81 0.74 0 0.32 234.89 0.68 0.41
Hex 21 2D AE 51 4A 0 20 EB 44 29
Octal 41 55 256 121 112 0 40 353 104 51
Binary 100001 101101 10101110 1010001 1001010 0 100000 11101011 1000100 101001

Color Harmonies of #212DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DAE

Black with #212DAE

Text Example


Text Example

White with #212DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #212DAE;
 }
 .AnyTagClassName
 {
   color: #212DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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