Html Css Color HEX #364244 Charade

📋 copy color: '#364244'

red 54 ◦ green 66 ◦ blue 68

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

Shades of Charade #364244

Tints of Charade #364244

RGB

 RED value IS 54 (21.48% from 255) = 28.72%

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 28.72%
G = 35.11%
B = 36.17%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#364244 (or 0x364244) is known color: Charade. HEX triplet: 36, 42 and 44. RGB value is (54,66,68). Sum of RGB (Red+Green+Blue) = 54+66+68=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 68 - color contains mainly: blue. Hex color #364244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364244 is #C9BDBB. Grayscale: #3E3E3E. Windows color (decimal): -13221308 or 4473398. OLE color: 4473398.

HSL color Cylindrical-coordinate representation of color #364244: hue angle of 188.57º 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 #364244 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 66 68 -
CMYK 0.21 0.03 0 0.73
HSL 188.57º 0.11% 0.24% -
HSV(B) 188.57º 0.21% 0.27% -
XYZ 4.51 5.1 6.22 -
YUV 62.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 54 66 68 0.21 0.03 0 0.73 188.57 0.11 0.24
Hex 36 42 44 15 3 0 49 BD B 18
Octal 66 102 104 25 3 0 111 275 13 30
Binary 110110 1000010 1000100 10101 11 0 1001001 10111101 1011 11000

Color Harmonies of #364244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364244

Black with #364244

Text Example


Text Example

White with #364244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364244; }

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

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

background-color css

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

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

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

border-color css

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

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

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