#282C95

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

Shades of Egyptian Blue #282C95

Tints of Egyptian Blue #282C95

Color information

#282C95 (or 0x282C95) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2C and 95. RGB value is (40,44,149). Sum of RGB (Red+Green+Blue) = 40+44+149=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #282C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C95 is #D7D36A. Grayscale: #363636. Windows color (decimal): -14144363 or 9776168. OLE color: 9776168.

HSL color Cylindrical-coordinate representation of color #282C95: hue angle of 237.8º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282C95 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4044149-
CMYK0.730.7000.42
HSL237.8º57.67%37.06%-
HSV(B)237.8º73.15%58.43%-
XYZ7.24.4228.91-
YUV54.77181.17117.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=17.17%
G=18.88%
B=63.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40441490.730.7000.42237.857.6737.06
Hex282C95494602Aee3a25
Octal50542251111060523567245
Binary1010001011001001010110010011000110010101011101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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