Html Css Color HEX #204295 Egyptian Blue

📋 copy color: '#204295'

red 32 ◦ green 66 ◦ blue 149

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

Shades of Egyptian Blue #204295

Tints of Egyptian Blue #204295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 12.96%
G = 26.72%
B = 60.32%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204295 (or 0x204295) is known color: Egyptian Blue. HEX triplet: 20, 42 and 95. RGB value is (32,66,149). Sum of RGB (Red+Green+Blue) = 32+66+149=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #204295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204295 is #DFBD6A. Grayscale: #404040. Windows color (decimal): -14663019 or 9781792. OLE color: 9781792.

HSL color Cylindrical-coordinate representation of color #204295: hue angle of 222.56º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204295 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 66 149 -
CMYK 0.79 0.56 0 0.42
HSL 222.56º 0.65% 0.35% -
HSV(B) 222.56º 0.79% 0.58% -
XYZ 7.97 6.37 29.24 -
YUV 65.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 32 66 149 0.79 0.56 0 0.42 222.56 0.65 0.35
Hex 20 42 95 4F 38 0 2A DF 41 23
Octal 40 102 225 117 70 0 52 337 101 43
Binary 100000 1000010 10010101 1001111 111000 0 101010 11011111 1000001 100011

Color Harmonies of #204295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204295

Black with #204295

Text Example


Text Example

White with #204295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204295; }

 p { color: rgb(32,66,149); }

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

background-color css

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

 a { background-color: rgb(32,66,149); }

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

border-color css

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

 span { border-color: rgb(32,66,149); }

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