#283095

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

Shades of Egyptian Blue #283095

Tints of Egyptian Blue #283095

Color information

#283095 (or 0x283095) is unknown color: approx Egyptian Blue. HEX triplet: 28, 30 and 95. RGB value is (40,48,149). Sum of RGB (Red+Green+Blue) = 40+48+149=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #283095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283095 is #D7CF6A. Grayscale: #383838. Windows color (decimal): -14143339 or 9777192. OLE color: 9777192.

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

Color convert

RGB4048149-
CMYK0.730.6800.42
HSL235.6º57.67%37.06%-
HSV(B)235.6º73.15%58.43%-
XYZ7.364.7328.96-
YUV57.12179.85115.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=16.88%
G=20.25%
B=62.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40481490.730.6800.42235.657.6737.06
Hex283095494402Aec3a25
Octal50602251111040523547245
Binary1010001100001001010110010011000100010101011101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283095; }

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

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

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

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

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

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

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

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