#203696

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

Shades of Egyptian Blue #203696

Tints of Egyptian Blue #203696

Color information

#203696 (or 0x203696) is unknown color: approx Egyptian Blue. HEX triplet: 20, 36 and 96. RGB value is (32,54,150). Sum of RGB (Red+Green+Blue) = 32+54+150=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #203696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203696 is #DFC969. Grayscale: #393939. Windows color (decimal): -14666090 or 9844256. OLE color: 9844256.

HSL color Cylindrical-coordinate representation of color #203696: hue angle of 228.81º 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 #203696 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3254150-
CMYK0.790.6400.41
HSL228.81º64.84%35.69%-
HSV(B)228.81º78.67%58.82%-
XYZ7.425.1529.46-
YUV58.37179.71109.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=13.56%
G=22.88%
B=63.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32541500.790.6400.41228.8164.8435.69
Hex2036964F40029e54124
Octal406622611710005134510144
Binary10000011011010010110100111110000000101001111001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203696; }

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

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

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

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

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

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

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

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