#2A594A

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

Shades of Evening Sea #2A594A

Tints of Evening Sea #2A594A

Color information

#2A594A (or 0x2A594A) is unknown color: approx Evening Sea. HEX triplet: 2A, 59 and 4A. RGB value is (42,89,74). Sum of RGB (Red+Green+Blue) = 42+89+74=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #2A594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A594A is #D5A6B5. Grayscale: #494949. Windows color (decimal): -14001846 or 4872490. OLE color: 4872490.

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

Color convert

RGB428974-
CMYK0.5300.170.65
HSL160.85º35.88%25.69%-
HSV(B)160.85º52.81%34.9%-
XYZ5.768.137.74-
YUV73.24128.43105.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=20.49%
G=43.41%
B=36.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289740.5300.170.65160.8535.8825.69
Hex2A594A3501141a1241a
Octal52131112650211012414432
Binary1010101011001100101011010101000110000011010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,74); }

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

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

 a { background-color: rgb(42,89,74); }

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

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

 span { border-color: rgb(42,89,74); }

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