Html Css Color HEX #203295 Egyptian Blue

📋 copy color: '#203295'

red 32 ◦ green 50 ◦ blue 149

#203295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #203295

Tints of Egyptian Blue #203295

RGB

 RED value IS 32 (12.89% from 255) = 13.85%

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 13.85%
G = 21.65%
B = 64.5%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#203295 (or 0x203295) is known color: Egyptian Blue. HEX triplet: 20, 32 and 95. RGB value is (32,50,149). Sum of RGB (Red+Green+Blue) = 32+50+149=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #203295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203295 is #DFCD6A. Grayscale: #373737. Windows color (decimal): -14667115 or 9777696. OLE color: 9777696.

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

Color convert

RGB 32 50 149 -
CMYK 0.79 0.66 0 0.42
HSL 230.77º 0.65% 0.35% -
HSV(B) 230.77º 0.79% 0.58% -
XYZ 7.16 4.76 28.97 -
YUV 55.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 32 50 149 0.79 0.66 0 0.42 230.77 0.65 0.35
Hex 20 32 95 4F 42 0 2A E7 41 23
Octal 40 62 225 117 102 0 52 347 101 43
Binary 100000 110010 10010101 1001111 1000010 0 101010 11100111 1000001 100011

Color Harmonies of #203295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203295

Black with #203295

Text Example


Text Example

White with #203295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203295; }

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

 H1.HeaderClassName
 {
   color: #203295;
 }
 .AnyTagClassName
 {
   color: #203295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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