#2B564B

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

Shades of Evening Sea #2B564B

Tints of Evening Sea #2B564B

Color information

#2B564B (or 0x2B564B) is unknown color: approx Evening Sea. HEX triplet: 2B, 56 and 4B. RGB value is (43,86,75). Sum of RGB (Red+Green+Blue) = 43+86+75=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #2B564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B564B is #D4A9B4. Grayscale: #474747. Windows color (decimal): -13937077 or 4937259. OLE color: 4937259.

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

Color convert

RGB438675-
CMYK0.5000.130.66
HSL164.65º33.33%25.29%-
HSV(B)164.65º50%33.73%-
XYZ5.597.687.84-
YUV71.89129.75107.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=21.08%
G=42.16%
B=36.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386750.5000.130.66164.6533.3325.29
Hex2B564B320D42a52119
Octal53126113620151022454131
Binary101011101011010010111100100110110000101010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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