#235449

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

Shades of Evening Sea #235449

Tints of Evening Sea #235449

Color information

#235449 (or 0x235449) is unknown color: approx Evening Sea. HEX triplet: 23, 54 and 49. RGB value is (35,84,73). Sum of RGB (Red+Green+Blue) = 35+84+73=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #235449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235449 is #DCABB6. Grayscale: #444444. Windows color (decimal): -14461879 or 4805667. OLE color: 4805667.

HSL color Cylindrical-coordinate representation of color #235449: hue angle of 166.53º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235449 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB358473-
CMYK0.5800.130.67
HSL166.53º41.18%23.33%-
HSV(B)166.53º58.33%32.94%-
XYZ5.077.187.42-
YUV68.1130.77104.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=18.23%
G=43.75%
B=38.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584730.5800.130.67166.5341.1823.33
Hex2354493A0D43a72917
Octal43124111720151032475127
Binary100011101010010010011110100110110000111010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235449; }

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

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

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

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

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

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

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

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