#204294

Color #204294 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #204294

Tints of Egyptian Blue #204294

Color information

#204294 (or 0x204294) is unknown color: approx Egyptian Blue. HEX triplet: 20, 42 and 94. RGB value is (32,66,148). Sum of RGB (Red+Green+Blue) = 32+66+148=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #204294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204294 is #DFBD6B. Grayscale: #404040. Windows color (decimal): -14663020 or 9716256. OLE color: 9716256.

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

Color convert

RGB3266148-
CMYK0.780.5500.42
HSL222.41º64.44%35.29%-
HSV(B)222.41º78.38%58.04%-
XYZ7.896.3428.83-
YUV65.18174.74104.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 148 (58.20% from 255) = 60.16%
R=13.01%
G=26.83%
B=60.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32661480.780.5500.42222.4164.4435.29
Hex2042944E3702Ade4023
Octal401022241166705233610043
Binary10000010000101001010010011101101110101010110111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204294; }

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

 H1.HeaderClassName
 {
   color: #204294;
 }
 .AnyTagClassName
 {
   color: #204294;
 }
</style>
background-color css

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

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

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

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

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

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