#2D564D

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

Shades of Evening Sea #2D564D

Tints of Evening Sea #2D564D

Color information

#2D564D (or 0x2D564D) is unknown color: approx Evening Sea. HEX triplet: 2D, 56 and 4D. RGB value is (45,86,77). Sum of RGB (Red+Green+Blue) = 45+86+77=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #2D564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D564D is #D2A9B2. Grayscale: #484848. Windows color (decimal): -13806003 or 5068333. OLE color: 5068333.

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

Color convert

RGB458677-
CMYK0.4800.100.66
HSL166.83º31.3%25.69%-
HSV(B)166.83º47.67%33.73%-
XYZ5.757.758.21-
YUV72.72130.42108.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=21.63%
G=41.35%
B=37.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4586770.4800.100.66166.8331.325.69
Hex2D564D300A42a71f1a
Octal55126115600121022473732
Binary10110110101101001101110000010101000010101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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