Html Css Color HEX #203396 Egyptian Blue

📋 copy color: '#203396'

red 32 ◦ green 51 ◦ blue 150

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

Shades of Egyptian Blue #203396

Tints of Egyptian Blue #203396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 13.73%
G = 21.89%
B = 64.38%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#203396 (or 0x203396) is known color: Egyptian Blue. HEX triplet: 20, 33 and 96. RGB value is (32,51,150). Sum of RGB (Red+Green+Blue) = 32+51+150=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #203396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203396 is #DFCC69. Grayscale: #383838. Windows color (decimal): -14666858 or 9843488. OLE color: 9843488.

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

Color convert

RGB 32 51 150 -
CMYK 0.79 0.66 0 0.41
HSL 230.34º 0.65% 0.36% -
HSV(B) 230.34º 0.79% 0.59% -
XYZ 7.28 4.88 29.41 -
YUV 56.61 180.71 110.45 -
System Red Green Blue C M Y K H S L
Decimal 32 51 150 0.79 0.66 0 0.41 230.34 0.65 0.36
Hex 20 33 96 4F 42 0 29 E6 41 24
Octal 40 63 226 117 102 0 51 346 101 44
Binary 100000 110011 10010110 1001111 1000010 0 101001 11100110 1000001 100100

Color Harmonies of #203396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203396

Black with #203396

Text Example


Text Example

White with #203396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203396; }

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

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

background-color css

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

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

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

border-color css

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

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

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