#2C564B

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

Shades of Evening Sea #2C564B

Tints of Evening Sea #2C564B

Color information

#2C564B (or 0x2C564B) is unknown color: approx Evening Sea. HEX triplet: 2C, 56 and 4B. RGB value is (44,86,75). Sum of RGB (Red+Green+Blue) = 44+86+75=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #2C564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C564B is #D3A9B4. Grayscale: #484848. Windows color (decimal): -13871541 or 4937260. OLE color: 4937260.

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

Color convert

RGB448675-
CMYK0.4900.130.66
HSL164.29º32.31%25.49%-
HSV(B)164.29º48.84%33.73%-
XYZ5.647.77.85-
YUV72.19129.59107.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=21.46%
G=41.95%
B=36.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4486750.4900.130.66164.2932.3125.49
Hex2C564B310D42a42019
Octal54126113610151022444031
Binary101100101011010010111100010110110000101010010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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