#2A554D

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

Shades of Evening Sea #2A554D

Tints of Evening Sea #2A554D

Color information

#2A554D (or 0x2A554D) is unknown color: approx Evening Sea. HEX triplet: 2A, 55 and 4D. RGB value is (42,85,77). Sum of RGB (Red+Green+Blue) = 42+85+77=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #2A554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A554D is #D5AAB2. Grayscale: #474747. Windows color (decimal): -14002867 or 5068074. OLE color: 5068074.

HSL color Cylindrical-coordinate representation of color #2A554D: hue angle of 168.84º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A554D is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB428577-
CMYK0.5100.090.67
HSL168.84º33.86%24.9%-
HSV(B)168.84º50.59%33.33%-
XYZ5.547.538.18-
YUV71.23131.25107.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=20.59%
G=41.67%
B=37.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285770.5100.090.67168.8433.8624.9
Hex2A554D330943a92219
Octal52125115630111032514231
Binary101010101010110011011100110100110000111010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,77); }

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

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

 a { background-color: rgb(42,85,77); }

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

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

 span { border-color: rgb(42,85,77); }

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