Html Css Color HEX #203896 Egyptian Blue

📋 copy color: '#203896'

red 32 ◦ green 56 ◦ blue 150

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

Shades of Egyptian Blue #203896

Tints of Egyptian Blue #203896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 13.45%
G = 23.53%
B = 63.03%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#203896 (or 0x203896) is known color: Egyptian Blue. HEX triplet: 20, 38 and 96. RGB value is (32,56,150). Sum of RGB (Red+Green+Blue) = 32+56+150=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #203896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203896 is #DFC769. Grayscale: #3B3B3B. Windows color (decimal): -14665578 or 9844768. OLE color: 9844768.

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

Color convert

RGB 32 56 150 -
CMYK 0.79 0.63 0 0.41
HSL 227.8º 0.65% 0.36% -
HSV(B) 227.8º 0.79% 0.59% -
XYZ 7.51 5.34 29.49 -
YUV 59.54 179.05 108.36 -
System Red Green Blue C M Y K H S L
Decimal 32 56 150 0.79 0.63 0 0.41 227.8 0.65 0.36
Hex 20 38 96 4F 3F 0 29 E4 41 24
Octal 40 70 226 117 77 0 51 344 101 44
Binary 100000 111000 10010110 1001111 111111 0 101001 11100100 1000001 100100

Color Harmonies of #203896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203896

Black with #203896

Text Example


Text Example

White with #203896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203896; }

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

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

background-color css

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

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

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

border-color css

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

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

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