#2C554B

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

Shades of Evening Sea #2C554B

Tints of Evening Sea #2C554B

Color information

#2C554B (or 0x2C554B) is unknown color: approx Evening Sea. HEX triplet: 2C, 55 and 4B. RGB value is (44,85,75). Sum of RGB (Red+Green+Blue) = 44+85+75=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #2C554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C554B is #D3AAB4. Grayscale: #474747. Windows color (decimal): -13871797 or 4937004. OLE color: 4937004.

HSL color Cylindrical-coordinate representation of color #2C554B: hue angle of 165.37º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C554B is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB448575-
CMYK0.4800.120.67
HSL165.37º31.78%25.29%-
HSV(B)165.37º48.24%33.33%-
XYZ5.567.547.82-
YUV71.6129.92108.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.57%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=21.57%
G=41.67%
B=36.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485750.4800.120.67165.3731.7825.29
Hex2C554B300C43a52019
Octal54125113600141032454031
Binary101100101010110010111100000110010000111010010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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