#285F4C

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

Shades of Evening Sea #285F4C

Tints of Evening Sea #285F4C

Color information

#285F4C (or 0x285F4C) is unknown color: approx Evening Sea. HEX triplet: 28, 5F and 4C. RGB value is (40,95,76). Sum of RGB (Red+Green+Blue) = 40+95+76=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #285F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F4C is #D7A0B3. Grayscale: #4C4C4C. Windows color (decimal): -14131380 or 5005096. OLE color: 5005096.

HSL color Cylindrical-coordinate representation of color #285F4C: hue angle of 159.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F4C is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB409576-
CMYK0.5800.200.63
HSL159.27º40.74%26.47%-
HSV(B)159.27º57.89%37.25%-
XYZ6.279.168.27-
YUV76.39127.78102.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=18.96%
G=45.02%
B=36.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4095760.5800.200.63159.2740.7426.47
Hex285F4C3A0143F9f291a
Octal5013711472024772375132
Binary101000101111110011001110100101001111111001111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,95,76); }

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

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

 a { background-color: rgb(40,95,76); }

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

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

 span { border-color: rgb(40,95,76); }

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