#213795

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

Shades of Egyptian Blue #213795

Tints of Egyptian Blue #213795

Color information

#213795 (or 0x213795) is unknown color: approx Egyptian Blue. HEX triplet: 21, 37 and 95. RGB value is (33,55,149). Sum of RGB (Red+Green+Blue) = 33+55+149=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #213795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213795 is #DEC86A. Grayscale: #3A3A3A. Windows color (decimal): -14600299 or 9778977. OLE color: 9778977.

HSL color Cylindrical-coordinate representation of color #213795: hue angle of 228.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213795 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3355149-
CMYK0.780.6300.42
HSL228.62º63.74%35.69%-
HSV(B)228.62º77.85%58.43%-
XYZ7.425.2329.05-
YUV59.14178.71109.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=13.92%
G=23.21%
B=62.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33551490.780.6300.42228.6263.7435.69
Hex2137954E3F02Ae54024
Octal41672251167705234510044
Binary1000011101111001010110011101111110101010111001011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213795; }

 p { color: rgb(33,55,149); }

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

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

 a { background-color: rgb(33,55,149); }

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

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

 span { border-color: rgb(33,55,149); }

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