#212BAA

Color #212BAA Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #212BAA

Tints of Egyptian Blue #212BAA

Color information

#212BAA (or 0x212BAA) is unknown color: approx 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

RGB3343170-
CMYK0.810.7500.33
HSL235.62º67.49%39.8%-
HSV(B)235.62º80.59%66.67%-
XYZ8.754.9538.53-
YUV54.49193.19112.67-

RGB Variations

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

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.80% from 255) = 69.11%
R=13.41%
G=17.48%
B=69.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33431700.810.7500.33235.6267.4939.8
Hex212BAA514B021ec4328
Octal415325212111304135410350
Binary10000110101110101010101000110010110100001111011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>