#296654

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

Shades of Evening Sea #296654

Tints of Evening Sea #296654

Color information

#296654 (or 0x296654) is unknown color: approx Evening Sea. HEX triplet: 29, 66 and 54. RGB value is (41,102,84). Sum of RGB (Red+Green+Blue) = 41+102+84=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #296654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296654 is #D699AB. Grayscale: #515151. Windows color (decimal): -14064044 or 5531177. OLE color: 5531177.

HSL color Cylindrical-coordinate representation of color #296654: hue angle of 162.3º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296654 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB4110284-
CMYK0.6000.180.6
HSL162.3º42.66%28.04%-
HSV(B)162.3º59.8%40%-
XYZ7.2710.6110.05-
YUV81.71129.2998.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=18.06%
G=44.93%
B=37.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102840.6000.180.6162.342.6628.04
Hex2966543C0123Ca22b1c
Octal5114612474022742425334
Binary101001110011010101001111000100101111001010001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296654; }

 p { color: rgb(41,102,84); }

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

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

 a { background-color: rgb(41,102,84); }

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

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

 span { border-color: rgb(41,102,84); }

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