#212b9c

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

Shades of Egyptian Blue #212B9C

Tints of Egyptian Blue #212B9C

Color information

#212B9C (or 0x212B9C) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2B and 9C. RGB value is (33,43,156). Sum of RGB (Red+Green+Blue) = 33+43+156=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #212B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212B9C is #DED463. Grayscale: #343434. Windows color (decimal): -14603364 or 10234657. OLE color: 10234657.

HSL color Cylindrical-coordinate representation of color #212B9C: hue angle of 235.12º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212B9C is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3343156-
CMYK0.790.7200.39
HSL235.12º65.08%37.06%-
HSV(B)235.12º78.85%61.18%-
XYZ7.494.4531.92-
YUV52.89186.19113.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 156 (61.33% from 255) = 67.24%
R=14.22%
G=18.53%
B=67.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33431560.790.7200.39235.1265.0837.06
Hex212B9C4F48027eb4125
Octal415323411711004735310145
Binary10000110101110011100100111110010000100111111010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #212b9c;
 }
 .AnyTagClassName
 {
   color: #212b9c;
 }
</style>
background-color css

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

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

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

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

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

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