#283497

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

Shades of Egyptian Blue #283497

Tints of Egyptian Blue #283497

Color information

#283497 (or 0x283497) is unknown color: approx Egyptian Blue. HEX triplet: 28, 34 and 97. RGB value is (40,52,151). Sum of RGB (Red+Green+Blue) = 40+52+151=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #283497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283497 is #D7CB68. Grayscale: #3B3B3B. Windows color (decimal): -14142313 or 9909288. OLE color: 9909288.

HSL color Cylindrical-coordinate representation of color #283497: hue angle of 233.51º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283497 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4052151-
CMYK0.740.6600.41
HSL233.51º58.12%37.45%-
HSV(B)233.51º73.51%59.22%-
XYZ7.695.1429.87-
YUV59.7179.52113.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 151 (59.38% from 255) = 62.14%
R=16.46%
G=21.40%
B=62.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40521510.740.6600.41233.5158.1237.45
Hex2834974A42029ea3a25
Octal50642271121020513527245
Binary1010001101001001011110010101000010010100111101010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283497; }

 p { color: rgb(40,52,151); }

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

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

 a { background-color: rgb(40,52,151); }

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

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

 span { border-color: rgb(40,52,151); }

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