#2C4E53

Color #2C4E53 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2C4E53

Tints of Dark Slate Grey #2C4E53

Color information

#2C4E53 (or 0x2C4E53) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 4E and 53. RGB value is (44,78,83). Sum of RGB (Red+Green+Blue) = 44+78+83=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #2C4E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4E53 is #D3B1AC. Grayscale: #444444. Windows color (decimal): -13873581 or 5459500. OLE color: 5459500.

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

Color convert

RGB447883-
CMYK0.470.0600.67
HSL187.69º30.71%24.9%-
HSV(B)187.69º46.99%32.55%-
XYZ5.326.619.18-
YUV68.4136.24110.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=21.46%
G=38.05%
B=40.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4478830.470.0600.67187.6930.7124.9
Hex2C4E532F6043bc1f19
Octal5411612357601032743731
Binary1011001001110101001110111111001000011101111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,83); }

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

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

 a { background-color: rgb(44,78,83); }

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

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

 span { border-color: rgb(44,78,83); }

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