Html Css Color HEX #211DAE Persian Blue

📋 copy color: '#211DAE'

red 33 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #211DAE

Tints of Persian Blue #211DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.29%

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

R = 13.98%
G = 12.29%
B = 73.73%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#211DAE (or 0x211DAE) is known color: Persian Blue. HEX triplet: 21, 1D and AE. RGB value is (33,29,174). Sum of RGB (Red+Green+Blue) = 33+29+174=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #211DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211DAE is #DEE251. Grayscale: #2E2E2E. Windows color (decimal): -14606930 or 11410721. OLE color: 11410721.

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

Color convert

RGB 33 29 174 -
CMYK 0.81 0.83 0 0.32
HSL 241.66º 0.71% 0.4% -
HSV(B) 241.66º 0.83% 0.68% -
XYZ 8.71 4.26 40.41 -
YUV 46.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 33 29 174 0.81 0.83 0 0.32 241.66 0.71 0.4
Hex 21 1D AE 51 53 0 20 F2 47 28
Octal 41 35 256 121 123 0 40 362 107 50
Binary 100001 11101 10101110 1010001 1010011 0 100000 11110010 1000111 101000

Color Harmonies of #211DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211DAE

Black with #211DAE

Text Example


Text Example

White with #211DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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