#203796

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

Shades of Egyptian Blue #203796

Tints of Egyptian Blue #203796

Color information

#203796 (or 0x203796) is unknown color: approx Egyptian Blue. HEX triplet: 20, 37 and 96. RGB value is (32,55,150). Sum of RGB (Red+Green+Blue) = 32+55+150=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #203796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203796 is #DFC869. Grayscale: #3A3A3A. Windows color (decimal): -14665834 or 9844512. OLE color: 9844512.

HSL color Cylindrical-coordinate representation of color #203796: hue angle of 228.31º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203796 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3255150-
CMYK0.790.6300.41
HSL228.31º64.84%35.69%-
HSV(B)228.31º78.67%58.82%-
XYZ7.475.2429.47-
YUV58.95179.38108.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 150 (58.98% from 255) = 63.29%
R=13.50%
G=23.21%
B=63.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32551500.790.6300.41228.3164.8435.69
Hex2037964F3F029e44124
Octal40672261177705134410144
Binary1000001101111001011010011111111110101001111001001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203796; }

 p { color: rgb(32,55,150); }

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

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

 a { background-color: rgb(32,55,150); }

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

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

 span { border-color: rgb(32,55,150); }

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