#2B594C

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

Shades of Evening Sea #2B594C

Tints of Evening Sea #2B594C

Color information

#2B594C (or 0x2B594C) is unknown color: approx Evening Sea. HEX triplet: 2B, 59 and 4C. RGB value is (43,89,76). Sum of RGB (Red+Green+Blue) = 43+89+76=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #2B594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B594C is #D4A6B3. Grayscale: #494949. Windows color (decimal): -13936308 or 5003563. OLE color: 5003563.

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

Color convert

RGB438976-
CMYK0.5200.150.65
HSL163.04º34.85%25.88%-
HSV(B)163.04º51.69%34.9%-
XYZ5.878.188.11-
YUV73.76129.26106.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=20.67%
G=42.79%
B=36.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389760.5200.150.65163.0434.8525.88
Hex2B594C340F41a3231a
Octal53131114640171012434332
Binary101011101100110011001101000111110000011010001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,76); }

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

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

 a { background-color: rgb(43,89,76); }

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

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

 span { border-color: rgb(43,89,76); }

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