#212B9B

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

Shades of Egyptian Blue #212B9B

Tints of Egyptian Blue #212B9B

Color information

#212B9B (or 0x212B9B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2B and 9B. RGB value is (33,43,155). Sum of RGB (Red+Green+Blue) = 33+43+155=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #212B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212B9B is #DED464. Grayscale: #343434. Windows color (decimal): -14603365 or 10169121. OLE color: 10169121.

HSL color Cylindrical-coordinate representation of color #212B9B: hue angle of 235.08º 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 #212B9B is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3343155-
CMYK0.790.7200.39
HSL235.08º64.89%36.86%-
HSV(B)235.08º78.71%60.78%-
XYZ7.414.4231.47-
YUV52.78185.69113.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 155 (60.94% from 255) = 67.10%
R=14.29%
G=18.61%
B=67.10%

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
Decimal33431550.790.7200.39235.0864.8936.86
Hex212B9B4F48027eb4125
Octal415323311711004735310145
Binary10000110101110011011100111110010000100111111010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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