Html Css Color HEX #212CAA Egyptian Blue

📋 copy color: '#212CAA'

red 33 ◦ green 44 ◦ blue 170

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

Shades of Egyptian Blue #212CAA

Tints of Egyptian Blue #212CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

 BLUE value IS 170 (66.8% from 255) = 68.83%

R = 13.36%
G = 17.81%
B = 68.83%

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

#212CAA (or 0x212CAA) is known color: Egyptian Blue. HEX triplet: 21, 2C and AA. RGB value is (33,44,170). Sum of RGB (Red+Green+Blue) = 33+44+170=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #212CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CAA is #DED355. Grayscale: #363636. Windows color (decimal): -14603094 or 11152417. OLE color: 11152417.

HSL color Cylindrical-coordinate representation of color #212CAA: hue angle of 235.18º degrees, saturation: 0.67, 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 #212CAA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 44 170 -
CMYK 0.81 0.74 0 0.33
HSL 235.18º 0.67% 0.4% -
HSV(B) 235.18º 0.81% 0.67% -
XYZ 8.78 5.03 38.54 -
YUV 55.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 33 44 170 0.81 0.74 0 0.33 235.18 0.67 0.4
Hex 21 2C AA 51 4A 0 21 EB 43 28
Octal 41 54 252 121 112 0 41 353 103 50
Binary 100001 101100 10101010 1010001 1001010 0 100001 11101011 1000011 101000

Color Harmonies of #212CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212CAA

Black with #212CAA

Text Example


Text Example

White with #212CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,44,170); }

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

background-color css

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

 a { background-color: rgb(33,44,170); }

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

border-color css

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

 span { border-color: rgb(33,44,170); }

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