#286451

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

Shades of Evening Sea #286451

Tints of Evening Sea #286451

Color information

#286451 (or 0x286451) is unknown color: approx Evening Sea. HEX triplet: 28, 64 and 51. RGB value is (40,100,81). Sum of RGB (Red+Green+Blue) = 40+100+81=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #286451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286451 is #D79BAE. Grayscale: #4F4F4F. Windows color (decimal): -14130095 or 5334056. OLE color: 5334056.

HSL color Cylindrical-coordinate representation of color #286451: hue angle of 161º degrees, saturation: 0.43, 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 #286451 is Cyan = 0.6, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB4010081-
CMYK0.600.190.61
HSL161º42.86%27.45%-
HSV(B)161º60%39.22%-
XYZ6.9210.169.38-
YUV79.89128.6299.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 100 (39.45% from 255) = 45.25%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=18.10%
G=45.25%
B=36.65%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100810.600.190.6116142.8627.45
Hex2864513C0133Da12b1b
Octal5014412174023752415333
Binary101000110010010100011111000100111111011010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286451; }

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

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

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

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

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

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

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

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