Html Css Color HEX #204397 Egyptian Blue

📋 copy color: '#204397'

red 32 ◦ green 67 ◦ blue 151

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

Shades of Egyptian Blue #204397

Tints of Egyptian Blue #204397

RGB

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

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

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

R = 12.8%
G = 26.8%
B = 60.4%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#204397 (or 0x204397) is known color: Egyptian Blue. HEX triplet: 20, 43 and 97. RGB value is (32,67,151). Sum of RGB (Red+Green+Blue) = 32+67+151=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #204397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204397 is #DFBC68. Grayscale: #414141. Windows color (decimal): -14662761 or 9913120. OLE color: 9913120.

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

Color convert

RGB 32 67 151 -
CMYK 0.79 0.56 0 0.41
HSL 222.35º 0.65% 0.36% -
HSV(B) 222.35º 0.79% 0.59% -
XYZ 8.19 6.56 30.11 -
YUV 66.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 32 67 151 0.79 0.56 0 0.41 222.35 0.65 0.36
Hex 20 43 97 4F 38 0 29 DE 41 24
Octal 40 103 227 117 70 0 51 336 101 44
Binary 100000 1000011 10010111 1001111 111000 0 101001 11011110 1000001 100100

Color Harmonies of #204397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204397

Black with #204397

Text Example


Text Example

White with #204397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204397; }

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

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

background-color css

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

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

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

border-color css

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

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

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