#283896

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

Shades of Egyptian Blue #283896

Tints of Egyptian Blue #283896

Color information

#283896 (or 0x283896) is unknown color: approx Egyptian Blue. HEX triplet: 28, 38 and 96. RGB value is (40,56,150). Sum of RGB (Red+Green+Blue) = 40+56+150=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #283896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283896 is #D7C769. Grayscale: #3D3D3D. Windows color (decimal): -14141290 or 9844776. OLE color: 9844776.

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

Color convert

RGB4056150-
CMYK0.730.6300.41
HSL231.27º57.89%37.25%-
HSV(B)231.27º73.33%58.82%-
XYZ7.795.4829.5-
YUV61.93177.7112.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=16.26%
G=22.76%
B=60.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40561500.730.6300.41231.2757.8937.25
Hex283896493F029e73a25
Octal5070226111770513477245
Binary101000111000100101101001001111111010100111100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283896; }

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

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

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

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

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

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

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

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