#202C8B

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

Shades of Egyptian Blue #202C8B

Tints of Egyptian Blue #202C8B

Color information

#202C8B (or 0x202C8B) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2C and 8B. RGB value is (32,44,139). Sum of RGB (Red+Green+Blue) = 32+44+139=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #202C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C8B is #DFD374. Grayscale: #323232. Windows color (decimal): -14668661 or 9120800. OLE color: 9120800.

HSL color Cylindrical-coordinate representation of color #202C8B: hue angle of 233.27º 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 #202C8B is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3244139-
CMYK0.770.6800.45
HSL233.27º62.57%33.53%-
HSV(B)233.27º76.98%54.51%-
XYZ6.163.9724.87-
YUV51.24177.52114.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 139 (54.69% from 255) = 64.65%
R=14.88%
G=20.47%
B=64.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32441390.770.6800.45233.2762.5733.53
Hex202C8B4D4402De93f22
Octal40542131151040553517742
Binary1000001011001000101110011011000100010110111101001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,44,139); }

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

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

 a { background-color: rgb(32,44,139); }

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

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

 span { border-color: rgb(32,44,139); }

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