Html Css Color HEX #354042 Mine Shaft

📋 copy color: '#354042'

red 53 ◦ green 64 ◦ blue 66

#354042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mine Shaft #354042

Tints of Mine Shaft #354042

RGB

 RED value IS 53 (21.09% from 255) = 28.96%

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 28.96%
G = 34.97%
B = 36.07%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#354042 (or 0x354042) is known color: Mine Shaft. HEX triplet: 35, 40 and 42. RGB value is (53,64,66). Sum of RGB (Red+Green+Blue) = 53+64+66=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #354042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354042 is #CABFBD. Grayscale: #3C3C3C. Windows color (decimal): -13287358 or 4341813. OLE color: 4341813.

HSL color Cylindrical-coordinate representation of color #354042: hue angle of 189.23º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #354042 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 64 66 -
CMYK 0.20 0.03 0 0.74
HSL 189.23º 0.11% 0.23% -
HSV(B) 189.23º 0.2% 0.26% -
XYZ 4.28 4.82 5.86 -
YUV 60.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 53 64 66 0.20 0.03 0 0.74 189.23 0.11 0.23
Hex 35 40 42 14 3 0 4A BD B 17
Octal 65 100 102 24 3 0 112 275 13 27
Binary 110101 1000000 1000010 10100 11 0 1001010 10111101 1011 10111

Color Harmonies of #354042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354042

Black with #354042

Text Example


Text Example

White with #354042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354042; }

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

 H1.HeaderClassName
 {
   color: #354042;
 }
 .AnyTagClassName
 {
   color: #354042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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