#283995

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

Shades of Egyptian Blue #283995

Tints of Egyptian Blue #283995

Color information

#283995 (or 0x283995) is unknown color: approx Egyptian Blue. HEX triplet: 28, 39 and 95. RGB value is (40,57,149). Sum of RGB (Red+Green+Blue) = 40+57+149=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #283995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283995 is #D7C66A. Grayscale: #3E3E3E. Windows color (decimal): -14141035 or 9779496. OLE color: 9779496.

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

Color convert

RGB4057149-
CMYK0.730.6200.42
HSL230.64º57.67%37.06%-
HSV(B)230.64º73.15%58.43%-
XYZ7.765.5529.1-
YUV62.4176.87112.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 149 (58.59% from 255) = 60.57%
R=16.26%
G=23.17%
B=60.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40571490.730.6200.42230.6457.6737.06
Hex283995493E02Ae73a25
Octal5071225111760523477245
Binary101000111001100101011001001111110010101011100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283995; }

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

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

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

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

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

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

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

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