#282895

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

Shades of Egyptian Blue #282895

Tints of Egyptian Blue #282895

Color information

#282895 (or 0x282895) is unknown color: approx Egyptian Blue. HEX triplet: 28, 28 and 95. RGB value is (40,40,149). Sum of RGB (Red+Green+Blue) = 40+40+149=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #282895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282895 is #D7D76A. Grayscale: #333333. Windows color (decimal): -14145387 or 9775144. OLE color: 9775144.

HSL color Cylindrical-coordinate representation of color #282895: hue angle of 240º 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 #282895 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4040149-
CMYK0.730.7300.42
HSL240º57.67%37.06%-
HSV(B)240º73.15%58.43%-
XYZ7.064.1428.86-
YUV52.43182.5119.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=17.47%
G=17.47%
B=65.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40401490.730.7300.4224057.6737.06
Hex282895494902Af03a25
Octal50502251111110523607245
Binary1010001010001001010110010011001001010101011110000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282895; }

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

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

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

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

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

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

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

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