#296351

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

Shades of Evening Sea #296351

Tints of Evening Sea #296351

Color information

#296351 (or 0x296351) is unknown color: approx Evening Sea. HEX triplet: 29, 63 and 51. RGB value is (41,99,81). Sum of RGB (Red+Green+Blue) = 41+99+81=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #296351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296351 is #D69CAE. Grayscale: #4F4F4F. Windows color (decimal): -14064815 or 5333801. OLE color: 5333801.

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

Color convert

RGB419981-
CMYK0.5900.180.61
HSL161.38º41.43%27.45%-
HSV(B)161.38º58.59%38.82%-
XYZ6.869.999.35-
YUV79.61128.78100.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=18.55%
G=44.80%
B=36.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199810.5900.180.61161.3841.4327.45
Hex2963513B0123Da1291b
Octal5114312173022752415133
Binary101001110001110100011110110100101111011010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296351; }

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

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

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

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

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

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

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

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