Html Css Color HEX #203995 Egyptian Blue

📋 copy color: '#203995'

red 32 ◦ green 57 ◦ blue 149

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

Shades of Egyptian Blue #203995

Tints of Egyptian Blue #203995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

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

R = 13.45%
G = 23.95%
B = 62.61%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#203995 (or 0x203995) is known color: Egyptian Blue. HEX triplet: 20, 39 and 95. RGB value is (32,57,149). Sum of RGB (Red+Green+Blue) = 32+57+149=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #203995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203995 is #DFC66A. Grayscale: #3B3B3B. Windows color (decimal): -14665323 or 9779488. OLE color: 9779488.

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

Color convert

RGB 32 57 149 -
CMYK 0.79 0.62 0 0.42
HSL 227.18º 0.65% 0.35% -
HSV(B) 227.18º 0.79% 0.58% -
XYZ 7.48 5.4 29.08 -
YUV 60.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 32 57 149 0.79 0.62 0 0.42 227.18 0.65 0.35
Hex 20 39 95 4F 3E 0 2A E3 41 23
Octal 40 71 225 117 76 0 52 343 101 43
Binary 100000 111001 10010101 1001111 111110 0 101010 11100011 1000001 100011

Color Harmonies of #203995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203995

Black with #203995

Text Example


Text Example

White with #203995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203995; }

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

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

background-color css

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

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

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

border-color css

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

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

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