#364347

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

Shades of Charade #364347

Tints of Charade #364347

Color information

#364347 (or 0x364347) is unknown color: approx Charade. HEX triplet: 36, 43 and 47. RGB value is (54,67,71). Sum of RGB (Red+Green+Blue) = 54+67+71=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #364347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364347 is #C9BCB8. Grayscale: #3F3F3F. Windows color (decimal): -13221049 or 4670262. OLE color: 4670262.

HSL color Cylindrical-coordinate representation of color #364347: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #364347 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB546771-
CMYK0.240.0600.72
HSL194.12º13.6%24.51%-
HSV(B)194.12º23.94%27.84%-
XYZ4.675.256.73-
YUV63.57132.19121.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=28.12%
G=34.90%
B=36.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5467710.240.0600.72194.1213.624.51
Hex364347186048c2e19
Octal6610310730601103021631
Binary11011010000111000111110001100100100011000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364347; }

 p { color: rgb(54,67,71); }

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

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

 a { background-color: rgb(54,67,71); }

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

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

 span { border-color: rgb(54,67,71); }

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