#2A584E

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

Shades of Evening Sea #2A584E

Tints of Evening Sea #2A584E

Color information

#2A584E (or 0x2A584E) is unknown color: approx Evening Sea. HEX triplet: 2A, 58 and 4E. RGB value is (42,88,78). Sum of RGB (Red+Green+Blue) = 42+88+78=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #2A584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A584E is #D5A7B1. Grayscale: #494949. Windows color (decimal): -14002098 or 5134378. OLE color: 5134378.

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

Color convert

RGB428878-
CMYK0.5200.110.65
HSL166.96º35.38%25.49%-
HSV(B)166.96º52.27%34.51%-
XYZ5.828.028.45-
YUV73.11130.76105.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.19%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=20.19%
G=42.31%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4288780.5200.110.65166.9635.3825.49
Hex2A584E340B41a72319
Octal52130116640131012474331
Binary101010101100010011101101000101110000011010011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,78); }

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

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

 a { background-color: rgb(42,88,78); }

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

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

 span { border-color: rgb(42,88,78); }

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