#2B594E

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

Shades of Evening Sea #2B594E

Tints of Evening Sea #2B594E

Color information

#2B594E (or 0x2B594E) is unknown color: approx Evening Sea. HEX triplet: 2B, 59 and 4E. RGB value is (43,89,78). Sum of RGB (Red+Green+Blue) = 43+89+78=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #2B594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B594E is #D4A6B1. Grayscale: #494949. Windows color (decimal): -13936306 or 5134635. OLE color: 5134635.

HSL color Cylindrical-coordinate representation of color #2B594E: hue angle of 165.65º 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 #2B594E is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB438978-
CMYK0.5200.120.65
HSL165.65º34.85%25.88%-
HSV(B)165.65º51.69%34.9%-
XYZ5.948.218.48-
YUV73.99130.26105.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=20.48%
G=42.38%
B=37.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389780.5200.120.65165.6534.8525.88
Hex2B594E340C41a6231a
Octal53131116640141012464332
Binary101011101100110011101101000110010000011010011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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