#354044

Color #354044 Mine Shaft (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mine Shaft #354044

Tints of Mine Shaft #354044

Color information

#354044 (or 0x354044) is unknown color: approx Mine Shaft. HEX triplet: 35, 40 and 44. RGB value is (53,64,68). Sum of RGB (Red+Green+Blue) = 53+64+68=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 68 - color contains mainly: blue. Hex color #354044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354044 is #CABFBB. Grayscale: #3D3D3D. Windows color (decimal): -13287356 or 4472885. OLE color: 4472885.

HSL color Cylindrical-coordinate representation of color #354044: hue angle of 196º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #354044 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB536468-
CMYK0.220.0600.73
HSL196º12.4%23.73%-
HSV(B)196º22.06%26.67%-
XYZ4.344.846.17-
YUV61.17131.86122.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=28.65%
G=34.59%
B=36.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5364680.220.0600.7319612.423.73
Hex354044166049c4c18
Octal6510010426601113041430
Binary11010110000001000100101101100100100111000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354044; }

 p { color: rgb(53,64,68); }

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

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

 a { background-color: rgb(53,64,68); }

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

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

 span { border-color: rgb(53,64,68); }

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