#282C9B

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

Shades of Egyptian Blue #282C9B

Tints of Egyptian Blue #282C9B

Color information

#282C9B (or 0x282C9B) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2C and 9B. RGB value is (40,44,155). Sum of RGB (Red+Green+Blue) = 40+44+155=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #282C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C9B is #D7D364. Grayscale: #373737. Windows color (decimal): -14144357 or 10169384. OLE color: 10169384.

HSL color Cylindrical-coordinate representation of color #282C9B: hue angle of 237.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282C9B is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4044155-
CMYK0.740.7200.39
HSL237.91º58.97%38.24%-
HSV(B)237.91º74.19%60.78%-
XYZ7.694.6231.5-
YUV55.46184.17116.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=16.74%
G=18.41%
B=64.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40441550.740.7200.39237.9158.9738.24
Hex282C9B4A48027ee3b26
Octal50542331121100473567346
Binary1010001011001001101110010101001000010011111101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282C9B; }

 p { color: rgb(40,44,155); }

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

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

 a { background-color: rgb(40,44,155); }

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

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

 span { border-color: rgb(40,44,155); }

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