Html Css Color HEX #203596 Egyptian Blue

📋 copy color: '#203596'

red 32 ◦ green 53 ◦ blue 150

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

Shades of Egyptian Blue #203596

Tints of Egyptian Blue #203596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.83%

R = 13.62%
G = 22.55%
B = 63.83%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#203596 (or 0x203596) is known color: Egyptian Blue. HEX triplet: 20, 35 and 96. RGB value is (32,53,150). Sum of RGB (Red+Green+Blue) = 32+53+150=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #203596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203596 is #DFCA69. Grayscale: #393939. Windows color (decimal): -14666346 or 9844000. OLE color: 9844000.

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

Color convert

RGB 32 53 150 -
CMYK 0.79 0.65 0 0.41
HSL 229.32º 0.65% 0.36% -
HSV(B) 229.32º 0.79% 0.59% -
XYZ 7.37 5.06 29.44 -
YUV 57.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 32 53 150 0.79 0.65 0 0.41 229.32 0.65 0.36
Hex 20 35 96 4F 41 0 29 E5 41 24
Octal 40 65 226 117 101 0 51 345 101 44
Binary 100000 110101 10010110 1001111 1000001 0 101001 11100101 1000001 100100

Color Harmonies of #203596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203596

Black with #203596

Text Example


Text Example

White with #203596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203596; }

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

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

background-color css

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

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

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

border-color css

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

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

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