#2D564B

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

Shades of Evening Sea #2D564B

Tints of Evening Sea #2D564B

Color information

#2D564B (or 0x2D564B) is unknown color: approx Evening Sea. HEX triplet: 2D, 56 and 4B. RGB value is (45,86,75). Sum of RGB (Red+Green+Blue) = 45+86+75=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #2D564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D564B is #D2A9B4. Grayscale: #484848. Windows color (decimal): -13806005 or 4937261. OLE color: 4937261.

HSL color Cylindrical-coordinate representation of color #2D564B: hue angle of 163.9º 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 #2D564B is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB458675-
CMYK0.4800.130.66
HSL163.9º31.3%25.69%-
HSV(B)163.9º47.67%33.73%-
XYZ5.687.727.85-
YUV72.49129.42108.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.84%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=21.84%
G=41.75%
B=36.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4586750.4800.130.66163.931.325.69
Hex2D564B300D42a41f1a
Octal55126113600151022443732
Binary10110110101101001011110000011011000010101001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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