#283093

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

Shades of Egyptian Blue #283093

Tints of Egyptian Blue #283093

Color information

#283093 (or 0x283093) is unknown color: approx Egyptian Blue. HEX triplet: 28, 30 and 93. RGB value is (40,48,147). Sum of RGB (Red+Green+Blue) = 40+48+147=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #283093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283093 is #D7CF6C. Grayscale: #383838. Windows color (decimal): -14143341 or 9646120. OLE color: 9646120.

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

Color convert

RGB4048147-
CMYK0.730.6700.42
HSL235.51º57.22%36.67%-
HSV(B)235.51º72.79%57.65%-
XYZ7.24.6728.13-
YUV56.89178.85115.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=17.02%
G=20.43%
B=62.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40481470.730.6700.42235.5157.2236.67
Hex283093494302Aec3925
Octal50602231111030523547145
Binary1010001100001001001110010011000011010101011101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283093; }

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

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

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

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

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

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

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

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