#364144

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

Shades of Charade #364144

Tints of Charade #364144

Color information

#364144 (or 0x364144) is unknown color: approx Charade. HEX triplet: 36, 41 and 44. RGB value is (54,65,68). Sum of RGB (Red+Green+Blue) = 54+65+68=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #364144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364144 is #C9BEBB. Grayscale: #3E3E3E. Windows color (decimal): -13221564 or 4473142. OLE color: 4473142.

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

Color convert

RGB546568-
CMYK0.210.0400.73
HSL192.86º11.48%23.92%-
HSV(B)192.86º20.59%26.67%-
XYZ4.464.986.2-
YUV62.05131.36122.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=28.88%
G=34.76%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5465680.210.0400.73192.8611.4823.92
Hex364144154049c1b18
Octal6610110425401113011330
Binary11011010000011000100101011000100100111000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364144; }

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

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

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

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

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

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

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

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