Html Css Color HEX #364042 Mine Shaft

📋 copy color: '#364042'

red 54 ◦ green 64 ◦ blue 66

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

Shades of Mine Shaft #364042

Tints of Mine Shaft #364042

RGB

 RED value IS 54 (21.48% from 255) = 29.35%

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

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

R = 29.35%
G = 34.78%
B = 35.87%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#364042 (or 0x364042) is known color: Mine Shaft. HEX triplet: 36, 40 and 42. RGB value is (54,64,66). Sum of RGB (Red+Green+Blue) = 54+64+66=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 66 - color contains mainly: blue. Hex color #364042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364042 is #C9BFBD. Grayscale: #3D3D3D. Windows color (decimal): -13221822 or 4341814. OLE color: 4341814.

HSL color Cylindrical-coordinate representation of color #364042: hue angle of 190º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #364042 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 64 66 -
CMYK 0.18 0.03 0 0.74
HSL 190º 0.1% 0.24% -
HSV(B) 190º 0.18% 0.26% -
XYZ 4.34 4.84 5.86 -
YUV 61.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 54 64 66 0.18 0.03 0 0.74 190 0.1 0.24
Hex 36 40 42 12 3 0 4A BE A 18
Octal 66 100 102 22 3 0 112 276 12 30
Binary 110110 1000000 1000010 10010 11 0 1001010 10111110 1010 11000

Color Harmonies of #364042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364042

Black with #364042

Text Example


Text Example

White with #364042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364042; }

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

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

background-color css

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

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

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

border-color css

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

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

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