#344446

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

Shades of Charade #344446

Tints of Charade #344446

Color information

#344446 (or 0x344446) is unknown color: approx 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

RGB526870-
CMYK0.260.0300.73
HSL186.67º14.75%23.92%-
HSV(B)186.67º25.71%27.45%-
XYZ4.595.316.58-
YUV63.44131.7119.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268700.260.0300.73186.6714.7523.92
Hex3444461A3049bbf18
Octal6410410632301112731730
Binary1101001000100100011011010110100100110111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>