#235949

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

Shades of Evening Sea #235949

Tints of Evening Sea #235949

Color information

#235949 (or 0x235949) is unknown color: approx Evening Sea. HEX triplet: 23, 59 and 49. RGB value is (35,89,73). Sum of RGB (Red+Green+Blue) = 35+89+73=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #235949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235949 is #DCA6B6. Grayscale: #474747. Windows color (decimal): -14460599 or 4806947. OLE color: 4806947.

HSL color Cylindrical-coordinate representation of color #235949: hue angle of 162.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235949 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB358973-
CMYK0.6100.180.65
HSL162.22º43.55%24.31%-
HSV(B)162.22º60.67%34.9%-
XYZ5.477.987.56-
YUV71.03129.11102.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=17.77%
G=45.18%
B=37.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589730.6100.180.65162.2243.5524.31
Hex2359493D01241a22c18
Octal43131111750221012425430
Binary1000111011001100100111110101001010000011010001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235949; }

 p { color: rgb(35,89,73); }

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

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

 a { background-color: rgb(35,89,73); }

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

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

 span { border-color: rgb(35,89,73); }

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