#2C594F

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

Shades of Evening Sea #2C594F

Tints of Evening Sea #2C594F

Color information

#2C594F (or 0x2C594F) is unknown color: approx Evening Sea. HEX triplet: 2C, 59 and 4F. RGB value is (44,89,79). Sum of RGB (Red+Green+Blue) = 44+89+79=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #2C594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C594F is #D3A6B0. Grayscale: #4A4A4A. Windows color (decimal): -13870769 or 5200172. OLE color: 5200172.

HSL color Cylindrical-coordinate representation of color #2C594F: hue angle of 166.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C594F is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB448979-
CMYK0.5100.110.65
HSL166.67º33.83%26.08%-
HSV(B)166.67º50.56%34.9%-
XYZ6.028.248.67-
YUV74.4130.59106.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=20.75%
G=41.98%
B=37.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4489790.5100.110.65166.6733.8326.08
Hex2C594F330B41a7221a
Octal54131117630131012474232
Binary101100101100110011111100110101110000011010011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C594F; }

 p { color: rgb(44,89,79); }

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

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

 a { background-color: rgb(44,89,79); }

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

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

 span { border-color: rgb(44,89,79); }

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