Html Css Color HEX #204396 Egyptian Blue

📋 copy color: '#204396'

red 32 ◦ green 67 ◦ blue 150

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

Shades of Egyptian Blue #204396

Tints of Egyptian Blue #204396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 12.85%
G = 26.91%
B = 60.24%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#204396 (or 0x204396) is known color: Egyptian Blue. HEX triplet: 20, 43 and 96. RGB value is (32,67,150). Sum of RGB (Red+Green+Blue) = 32+67+150=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #204396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204396 is #DFBC69. Grayscale: #414141. Windows color (decimal): -14662762 or 9847584. OLE color: 9847584.

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

Color convert

RGB 32 67 150 -
CMYK 0.79 0.55 0 0.41
HSL 222.2º 0.65% 0.36% -
HSV(B) 222.2º 0.79% 0.59% -
XYZ 8.11 6.52 29.69 -
YUV 66 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 32 67 150 0.79 0.55 0 0.41 222.2 0.65 0.36
Hex 20 43 96 4F 37 0 29 DE 41 24
Octal 40 103 226 117 67 0 51 336 101 44
Binary 100000 1000011 10010110 1001111 110111 0 101001 11011110 1000001 100100

Color Harmonies of #204396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204396

Black with #204396

Text Example


Text Example

White with #204396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204396; }

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

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

background-color css

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

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

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

border-color css

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

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

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