#354C4E

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

Shades of Dark Slate Grey #354C4E

Tints of Dark Slate Grey #354C4E

Color information

#354C4E (or 0x354C4E) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 4C and 4E. RGB value is (53,76,78). Sum of RGB (Red+Green+Blue) = 53+76+78=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #354C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C4E is #CAB3B1. Grayscale: #454545. Windows color (decimal): -13284274 or 5131317. OLE color: 5131317.

HSL color Cylindrical-coordinate representation of color #354C4E: hue angle of 184.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354C4E is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB537678-
CMYK0.320.0300.69
HSL184.8º19.08%25.69%-
HSV(B)184.8º32.05%30.59%-
XYZ5.436.488.17-
YUV69.35132.88116.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=25.60%
G=36.71%
B=37.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5376780.320.0300.69184.819.0825.69
Hex354C4E203045b9131a
Octal6511411640301052712332
Binary110101100110010011101000001101000101101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354C4E; }

 p { color: rgb(53,76,78); }

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

<style>
 a { background-color: #354C4E; }

 a { background-color: rgb(53,76,78); }

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

<style>
 span { border-color: #354C4E; }

 span { border-color: rgb(53,76,78); }

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