Html Css Color HEX #212BAA Egyptian Blue

📋 copy color: '#212BAA'

red 33 ◦ green 43 ◦ blue 170

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

Shades of Egyptian Blue #212BAA

Tints of Egyptian Blue #212BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 13.41%
G = 17.48%
B = 69.11%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212BAA (or 0x212BAA) is known color: Egyptian Blue. HEX triplet: 21, 2B and AA. RGB value is (33,43,170). Sum of RGB (Red+Green+Blue) = 33+43+170=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #212BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212BAA is #DED455. Grayscale: #353535. Windows color (decimal): -14603350 or 11152161. OLE color: 11152161.

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

Color convert

RGB 33 43 170 -
CMYK 0.81 0.75 0 0.33
HSL 235.62º 0.67% 0.4% -
HSV(B) 235.62º 0.81% 0.67% -
XYZ 8.75 4.95 38.53 -
YUV 54.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 33 43 170 0.81 0.75 0 0.33 235.62 0.67 0.4
Hex 21 2B AA 51 4B 0 21 EC 43 28
Octal 41 53 252 121 113 0 41 354 103 50
Binary 100001 101011 10101010 1010001 1001011 0 100001 11101100 1000011 101000

Color Harmonies of #212BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BAA

Black with #212BAA

Text Example


Text Example

White with #212BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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