Html Css Color HEX #344144 Mine Shaft

📋 copy color: '#344144'

red 52 ◦ green 65 ◦ blue 68

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

Shades of Mine Shaft #344144

Tints of Mine Shaft #344144

RGB

 RED value IS 52 (20.7% from 255) = 28.11%

 GREEN value IS 65 (25.78% from 255) = 35.14%

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 28.11%
G = 35.14%
B = 36.76%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#344144 (or 0x344144) is known color: Mine Shaft. HEX triplet: 34, 41 and 44. RGB value is (52,65,68). Sum of RGB (Red+Green+Blue) = 52+65+68=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 65 (25.78% from 255 or 35.14% 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 #344144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344144 is #CBBEBB. Grayscale: #3D3D3D. Windows color (decimal): -13352636 or 4473140. OLE color: 4473140.

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

Color convert

RGB 52 65 68 -
CMYK 0.24 0.04 0 0.73
HSL 191.25º 0.13% 0.24% -
HSV(B) 191.25º 0.24% 0.27% -
XYZ 4.35 4.93 6.19 -
YUV 61.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 52 65 68 0.24 0.04 0 0.73 191.25 0.13 0.24
Hex 34 41 44 18 4 0 49 BF D 18
Octal 64 101 104 30 4 0 111 277 15 30
Binary 110100 1000001 1000100 11000 100 0 1001001 10111111 1101 11000

Color Harmonies of #344144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344144

Black with #344144

Text Example


Text Example

White with #344144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344144; }

 p { color: rgb(52,65,68); }

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

background-color css

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

 a { background-color: rgb(52,65,68); }

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

border-color css

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

 span { border-color: rgb(52,65,68); }

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