#203F96

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

Shades of Egyptian Blue #203F96

Tints of Egyptian Blue #203F96

Color information

#203F96 (or 0x203F96) is unknown color: approx Egyptian Blue. HEX triplet: 20, 3F and 96. RGB value is (32,63,150). Sum of RGB (Red+Green+Blue) = 32+63+150=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #203F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F96 is #DFC069. Grayscale: #3F3F3F. Windows color (decimal): -14663786 or 9846560. OLE color: 9846560.

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

Color convert

RGB3263150-
CMYK0.790.5800.41
HSL224.24º64.84%35.69%-
HSV(B)224.24º78.67%58.82%-
XYZ7.886.0629.61-
YUV63.65176.73105.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=13.06%
G=25.71%
B=61.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32631500.790.5800.41224.2464.8435.69
Hex203F964F3A029e04124
Octal40772261177205134010144
Binary1000001111111001011010011111110100101001111000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203F96; }

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

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

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

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

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

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

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

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