#2A564D

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

Shades of Evening Sea #2A564D

Tints of Evening Sea #2A564D

Color information

#2A564D (or 0x2A564D) is unknown color: approx Evening Sea. HEX triplet: 2A, 56 and 4D. RGB value is (42,86,77). Sum of RGB (Red+Green+Blue) = 42+86+77=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #2A564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A564D is #D5A9B2. Grayscale: #474747. Windows color (decimal): -14002611 or 5068330. OLE color: 5068330.

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

Color convert

RGB428677-
CMYK0.5100.100.66
HSL167.73º34.38%25.1%-
HSV(B)167.73º51.16%33.73%-
XYZ5.627.688.21-
YUV71.82130.92106.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=20.49%
G=41.95%
B=37.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4286770.5100.100.66167.7334.3825.1
Hex2A564D330A42a82219
Octal52126115630121022504231
Binary101010101011010011011100110101010000101010100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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