#283294

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

Shades of Egyptian Blue #283294

Tints of Egyptian Blue #283294

Color information

#283294 (or 0x283294) is unknown color: approx Egyptian Blue. HEX triplet: 28, 32 and 94. RGB value is (40,50,148). Sum of RGB (Red+Green+Blue) = 40+50+148=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #283294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283294 is #D7CD6B. Grayscale: #393939. Windows color (decimal): -14142828 or 9712168. OLE color: 9712168.

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

Color convert

RGB4050148-
CMYK0.730.6600.42
HSL234.44º57.45%36.86%-
HSV(B)234.44º72.97%58.04%-
XYZ7.364.8728.57-
YUV58.18178.69115.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 148 (58.20% from 255) = 62.18%
R=16.81%
G=21.01%
B=62.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40501480.730.6600.42234.4457.4536.86
Hex283294494202Aea3925
Octal50622241111020523527145
Binary1010001100101001010010010011000010010101011101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283294; }

 p { color: rgb(40,50,148); }

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

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

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

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

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

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

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