#203195

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

Shades of Egyptian Blue #203195

Tints of Egyptian Blue #203195

Color information

#203195 (or 0x203195) is unknown color: approx Egyptian Blue. HEX triplet: 20, 31 and 95. RGB value is (32,49,149). Sum of RGB (Red+Green+Blue) = 32+49+149=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #203195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203195 is #DFCE6A. Grayscale: #363636. Windows color (decimal): -14667371 or 9777440. OLE color: 9777440.

HSL color Cylindrical-coordinate representation of color #203195: hue angle of 231.28º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203195 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3249149-
CMYK0.790.6700.42
HSL231.28º64.64%35.49%-
HSV(B)231.28º78.52%58.43%-
XYZ7.124.6728.96-
YUV55.32180.87111.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=13.91%
G=21.30%
B=64.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32491490.790.6700.42231.2864.6435.49
Hex2031954F4302Ae74123
Octal406122511710305234710143
Binary10000011000110010101100111110000110101010111001111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203195; }

 p { color: rgb(32,49,149); }

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

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

 a { background-color: rgb(32,49,149); }

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

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

 span { border-color: rgb(32,49,149); }

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