Html Css Color HEX #344446 Charade

📋 copy color: '#344446'

red 52 ◦ green 68 ◦ blue 70

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

Shades of Charade #344446

Tints of Charade #344446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 27.37%
G = 35.79%
B = 36.84%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#344446 (or 0x344446) is known color: Charade. HEX triplet: 34, 44 and 46. RGB value is (52,68,70). Sum of RGB (Red+Green+Blue) = 52+68+70=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: blue. Hex color #344446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344446 is #CBBBB9. Grayscale: #3F3F3F. Windows color (decimal): -13351866 or 4604980. OLE color: 4604980.

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

Color convert

RGB 52 68 70 -
CMYK 0.26 0.03 0 0.73
HSL 186.67º 0.15% 0.24% -
HSV(B) 186.67º 0.26% 0.27% -
XYZ 4.59 5.31 6.58 -
YUV 63.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 52 68 70 0.26 0.03 0 0.73 186.67 0.15 0.24
Hex 34 44 46 1A 3 0 49 BB F 18
Octal 64 104 106 32 3 0 111 273 17 30
Binary 110100 1000100 1000110 11010 11 0 1001001 10111011 1111 11000

Color Harmonies of #344446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344446

Black with #344446

Text Example


Text Example

White with #344446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344446; }

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

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

background-color css

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

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

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

border-color css

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

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

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