#202F8C

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

Shades of Egyptian Blue #202F8C

Tints of Egyptian Blue #202F8C

Color information

#202F8C (or 0x202F8C) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2F and 8C. RGB value is (32,47,140). Sum of RGB (Red+Green+Blue) = 32+47+140=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #202F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F8C is #DFD073. Grayscale: #343434. Windows color (decimal): -14667892 or 9187104. OLE color: 9187104.

HSL color Cylindrical-coordinate representation of color #202F8C: hue angle of 231.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202F8C is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3247140-
CMYK0.770.6600.45
HSL231.67º62.79%33.73%-
HSV(B)231.67º77.14%54.9%-
XYZ6.354.2325.29-
YUV53.12177.03112.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 140 (55.08% from 255) = 63.93%
R=14.61%
G=21.46%
B=63.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32471400.770.6600.45231.6762.7933.73
Hex202F8C4D4202De83f22
Octal40572141151020553507742
Binary1000001011111000110010011011000010010110111101000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202F8C; }

 p { color: rgb(32,47,140); }

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

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

 a { background-color: rgb(32,47,140); }

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

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

 span { border-color: rgb(32,47,140); }

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