#364446

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

Shades of Charade #364446

Tints of Charade #364446

Color information

#364446 (or 0x364446) is unknown color: approx Charade. HEX triplet: 36, 44 and 46. RGB value is (54,68,70). Sum of RGB (Red+Green+Blue) = 54+68+70=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: blue. Hex color #364446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364446 is #C9BBB9. Grayscale: #404040. Windows color (decimal): -13220794 or 4604982. OLE color: 4604982.

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

Color convert

RGB546870-
CMYK0.230.0300.73
HSL187.5º12.9%24.31%-
HSV(B)187.5º22.86%27.45%-
XYZ4.695.366.58-
YUV64.04131.36120.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=28.12%
G=35.42%
B=36.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468700.230.0300.73187.512.924.31
Hex364446173049bbd18
Octal6610410627301112731530
Binary1101101000100100011010111110100100110111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364446; }

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

 H1.HeaderClassName
 {
   color: #364446;
 }
 .AnyTagClassName
 {
   color: #364446;
 }
</style>
background-color css

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

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

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

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

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

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