#213B91

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

Shades of Egyptian Blue #213B91

Tints of Egyptian Blue #213B91

Color information

#213B91 (or 0x213B91) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3B and 91. RGB value is (33,59,145). Sum of RGB (Red+Green+Blue) = 33+59+145=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #213B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213B91 is #DEC46E. Grayscale: #3C3C3C. Windows color (decimal): -14599279 or 9517857. OLE color: 9517857.

HSL color Cylindrical-coordinate representation of color #213B91: hue angle of 226.07º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213B91 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3359145-
CMYK0.770.5900.43
HSL226.07º62.92%34.9%-
HSV(B)226.07º77.24%56.86%-
XYZ7.35.527.46-
YUV61.03175.39108.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 145 (57.03% from 255) = 61.18%
R=13.92%
G=24.89%
B=61.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33591450.770.5900.43226.0762.9234.9
Hex213B914D3B02Be23f23
Octal4173221115730533427743
Binary100001111011100100011001101111011010101111100010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B91; }

 p { color: rgb(33,59,145); }

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

<style>
 a { background-color: #213B91; }

 a { background-color: rgb(33,59,145); }

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

<style>
 span { border-color: #213B91; }

 span { border-color: rgb(33,59,145); }

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