#283096

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

Shades of Egyptian Blue #283096

Tints of Egyptian Blue #283096

Color information

#283096 (or 0x283096) is unknown color: approx Egyptian Blue. HEX triplet: 28, 30 and 96. RGB value is (40,48,150). Sum of RGB (Red+Green+Blue) = 40+48+150=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #283096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283096 is #D7CF69. Grayscale: #383838. Windows color (decimal): -14143338 or 9842728. OLE color: 9842728.

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

Color convert

RGB4048150-
CMYK0.730.6800.41
HSL235.64º57.89%37.25%-
HSV(B)235.64º73.33%58.82%-
XYZ7.444.7729.38-
YUV57.24180.35115.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 150 (58.98% from 255) = 63.03%
R=16.81%
G=20.17%
B=63.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40481500.730.6800.41235.6457.8937.25
Hex2830964944029ec3a25
Octal50602261111040513547245
Binary1010001100001001011010010011000100010100111101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283096; }

 p { color: rgb(40,48,150); }

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

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

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

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

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

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

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