Html Css Color HEX #203595 Egyptian Blue

📋 copy color: '#203595'

red 32 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #203595

Tints of Egyptian Blue #203595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 13.68%
G = 22.65%
B = 63.68%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#203595 (or 0x203595) is known color: Egyptian Blue. HEX triplet: 20, 35 and 95. RGB value is (32,53,149). Sum of RGB (Red+Green+Blue) = 32+53+149=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #203595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203595 is #DFCA6A. Grayscale: #393939. Windows color (decimal): -14666347 or 9778464. OLE color: 9778464.

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

Color convert

RGB 32 53 149 -
CMYK 0.79 0.64 0 0.42
HSL 229.23º 0.65% 0.35% -
HSV(B) 229.23º 0.79% 0.58% -
XYZ 7.29 5.02 29.02 -
YUV 57.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 32 53 149 0.79 0.64 0 0.42 229.23 0.65 0.35
Hex 20 35 95 4F 40 0 2A E5 41 23
Octal 40 65 225 117 100 0 52 345 101 43
Binary 100000 110101 10010101 1001111 1000000 0 101010 11100101 1000001 100011

Color Harmonies of #203595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203595

Black with #203595

Text Example


Text Example

White with #203595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203595; }

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

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

background-color css

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

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

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

border-color css

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

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

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