Html Css Color HEX #204497 Egyptian Blue

📋 copy color: '#204497'

red 32 ◦ green 68 ◦ blue 151

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

Shades of Egyptian Blue #204497

Tints of Egyptian Blue #204497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 151 (59.38% from 255) = 60.16%

R = 12.75%
G = 27.09%
B = 60.16%

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

#204497 (or 0x204497) is known color: Egyptian Blue. HEX triplet: 20, 44 and 97. RGB value is (32,68,151). Sum of RGB (Red+Green+Blue) = 32+68+151=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #204497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204497 is #DFBB68. Grayscale: #424242. Windows color (decimal): -14662505 or 9913376. OLE color: 9913376.

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

Color convert

RGB 32 68 151 -
CMYK 0.79 0.55 0 0.41
HSL 221.85º 0.65% 0.36% -
HSV(B) 221.85º 0.79% 0.59% -
XYZ 8.25 6.68 30.13 -
YUV 66.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 32 68 151 0.79 0.55 0 0.41 221.85 0.65 0.36
Hex 20 44 97 4F 37 0 29 DE 41 24
Octal 40 104 227 117 67 0 51 336 101 44
Binary 100000 1000100 10010111 1001111 110111 0 101001 11011110 1000001 100100

Color Harmonies of #204497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204497

Black with #204497

Text Example


Text Example

White with #204497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204497; }

 p { color: rgb(32,68,151); }

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

background-color css

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

 a { background-color: rgb(32,68,151); }

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

border-color css

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

 span { border-color: rgb(32,68,151); }

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