#283694

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

Shades of Egyptian Blue #283694

Tints of Egyptian Blue #283694

Color information

#283694 (or 0x283694) is unknown color: approx Egyptian Blue. HEX triplet: 28, 36 and 94. RGB value is (40,54,148). Sum of RGB (Red+Green+Blue) = 40+54+148=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #283694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283694 is #D7C96B. Grayscale: #3C3C3C. Windows color (decimal): -14141804 or 9713192. OLE color: 9713192.

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

Color convert

RGB4054148-
CMYK0.730.6400.42
HSL232.22º57.45%36.86%-
HSV(B)232.22º72.97%58.04%-
XYZ7.545.2328.63-
YUV60.53177.36113.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 148 (58.20% from 255) = 61.16%
R=16.53%
G=22.31%
B=61.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40541480.730.6400.42232.2257.4536.86
Hex283694494002Ae83925
Octal50662241111000523507145
Binary1010001101101001010010010011000000010101011101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283694; }

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

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

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

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

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

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

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

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