#283695

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

Shades of Egyptian Blue #283695

Tints of Egyptian Blue #283695

Color information

#283695 (or 0x283695) is unknown color: approx Egyptian Blue. HEX triplet: 28, 36 and 95. RGB value is (40,54,149). Sum of RGB (Red+Green+Blue) = 40+54+149=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #283695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283695 is #D7C96A. Grayscale: #3C3C3C. Windows color (decimal): -14141803 or 9778728. OLE color: 9778728.

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

Color convert

RGB4054149-
CMYK0.730.6400.42
HSL232.29º57.67%37.06%-
HSV(B)232.29º73.15%58.43%-
XYZ7.625.2629.05-
YUV60.64177.86113.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=16.46%
G=22.22%
B=61.32%

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
Decimal40541490.730.6400.42232.2957.6737.06
Hex283695494002Ae83a25
Octal50662251111000523507245
Binary1010001101101001010110010011000000010101011101000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283695; }

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

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

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

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

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

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

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

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