#212B90

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

Shades of Egyptian Blue #212B90

Tints of Egyptian Blue #212B90

Color information

#212B90 (or 0x212B90) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2B and 90. RGB value is (33,43,144). Sum of RGB (Red+Green+Blue) = 33+43+144=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #212B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212B90 is #DED46F. Grayscale: #333333. Windows color (decimal): -14603376 or 9448225. OLE color: 9448225.

HSL color Cylindrical-coordinate representation of color #212B90: hue angle of 234.59º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212B90 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3343144-
CMYK0.770.7000.44
HSL234.59º62.71%34.71%-
HSV(B)234.59º77.08%56.47%-
XYZ6.534.0626.83-
YUV51.52180.19114.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=15%
G=19.55%
B=65.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33431440.770.7000.44234.5962.7134.71
Hex212B904D4602Ceb3f23
Octal41532201151060543537743
Binary1000011010111001000010011011000110010110011101011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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