Html Css Color HEX #211CAE Persian Blue

📋 copy color: '#211CAE'

red 33 ◦ green 28 ◦ blue 174

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

Shades of Persian Blue #211CAE

Tints of Persian Blue #211CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.91%

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

R = 14.04%
G = 11.91%
B = 74.04%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#211CAE (or 0x211CAE) is known color: Persian Blue. HEX triplet: 21, 1C and AE. RGB value is (33,28,174). Sum of RGB (Red+Green+Blue) = 33+28+174=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #211CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211CAE is #DEE351. Grayscale: #2D2D2D. Windows color (decimal): -14607186 or 11410465. OLE color: 11410465.

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

Color convert

RGB 33 28 174 -
CMYK 0.81 0.84 0 0.32
HSL 242.05º 0.72% 0.4% -
HSV(B) 242.05º 0.84% 0.68% -
XYZ 8.68 4.21 40.4 -
YUV 46.14 200.16 118.63 -
System Red Green Blue C M Y K H S L
Decimal 33 28 174 0.81 0.84 0 0.32 242.05 0.72 0.4
Hex 21 1C AE 51 54 0 20 F2 48 28
Octal 41 34 256 121 124 0 40 362 110 50
Binary 100001 11100 10101110 1010001 1010100 0 100000 11110010 1001000 101000

Color Harmonies of #211CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CAE

Black with #211CAE

Text Example


Text Example

White with #211CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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