#285A4E

Color #285A4E Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #285A4E

Tints of Evening Sea #285A4E

Color information

#285A4E (or 0x285A4E) is unknown color: approx Evening Sea. HEX triplet: 28, 5A and 4E. RGB value is (40,90,78). Sum of RGB (Red+Green+Blue) = 40+90+78=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #285A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A4E is #D7A5B1. Grayscale: #494949. Windows color (decimal): -14132658 or 5134888. OLE color: 5134888.

HSL color Cylindrical-coordinate representation of color #285A4E: hue angle of 165.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A4E is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB409078-
CMYK0.5600.130.65
HSL165.6º38.46%25.49%-
HSV(B)165.6º55.56%35.29%-
XYZ5.918.318.5-
YUV73.68130.44103.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=19.23%
G=43.27%
B=37.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090780.5600.130.65165.638.4625.49
Hex285A4E380D41a62619
Octal50132116700151012464631
Binary101000101101010011101110000110110000011010011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285A4E; }

 p { color: rgb(40,90,78); }

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

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

 a { background-color: rgb(40,90,78); }

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

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

 span { border-color: rgb(40,90,78); }

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