#286351

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

Shades of Evening Sea #286351

Tints of Evening Sea #286351

Color information

#286351 (or 0x286351) is unknown color: approx Evening Sea. HEX triplet: 28, 63 and 51. RGB value is (40,99,81). Sum of RGB (Red+Green+Blue) = 40+99+81=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #286351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286351 is #D79CAE. Grayscale: #4F4F4F. Windows color (decimal): -14130351 or 5333800. OLE color: 5333800.

HSL color Cylindrical-coordinate representation of color #286351: hue angle of 161.69º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286351 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB409981-
CMYK0.6000.180.61
HSL161.69º42.45%27.25%-
HSV(B)161.69º59.6%38.82%-
XYZ6.829.979.35-
YUV79.31128.9599.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=18.18%
G=45%
B=36.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099810.6000.180.61161.6942.4527.25
Hex2863513C0123Da22a1b
Octal5014312174022752425233
Binary101000110001110100011111000100101111011010001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286351; }

 p { color: rgb(40,99,81); }

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

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

 a { background-color: rgb(40,99,81); }

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

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

 span { border-color: rgb(40,99,81); }

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