#2B564E

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

Shades of Evening Sea #2B564E

Tints of Evening Sea #2B564E

Color information

#2B564E (or 0x2B564E) is unknown color: approx Evening Sea. HEX triplet: 2B, 56 and 4E. RGB value is (43,86,78). Sum of RGB (Red+Green+Blue) = 43+86+78=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #2B564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B564E is #D4A9B1. Grayscale: #484848. Windows color (decimal): -13937074 or 5133867. OLE color: 5133867.

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

Color convert

RGB438678-
CMYK0.5000.090.66
HSL168.84º33.33%25.29%-
HSV(B)168.84º50%33.73%-
XYZ5.77.728.4-
YUV72.23131.25107.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.77%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=20.77%
G=41.55%
B=37.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386780.5000.090.66168.8433.3325.29
Hex2B564E320942a92119
Octal53126116620111022514131
Binary101011101011010011101100100100110000101010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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