Html Css Color HEX #364246 Charade

📋 copy color: '#364246'

red 54 ◦ green 66 ◦ blue 70

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

Shades of Charade #364246

Tints of Charade #364246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 28.42%
G = 34.74%
B = 36.84%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#364246 (or 0x364246) is known color: Charade. HEX triplet: 36, 42 and 46. RGB value is (54,66,70). Sum of RGB (Red+Green+Blue) = 54+66+70=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 66 (26.17% from 255 or 34.74% 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 #364246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364246 is #C9BDB9. Grayscale: #3E3E3E. Windows color (decimal): -13221306 or 4604470. OLE color: 4604470.

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

Color convert

RGB 54 66 70 -
CMYK 0.23 0.06 0 0.73
HSL 195º 0.13% 0.24% -
HSV(B) 195º 0.23% 0.27% -
XYZ 4.58 5.12 6.54 -
YUV 62.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 54 66 70 0.23 0.06 0 0.73 195 0.13 0.24
Hex 36 42 46 17 6 0 49 C3 D 18
Octal 66 102 106 27 6 0 111 303 15 30
Binary 110110 1000010 1000110 10111 110 0 1001001 11000011 1101 11000

Color Harmonies of #364246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364246

Black with #364246

Text Example


Text Example

White with #364246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364246; }

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

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

background-color css

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

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

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

border-color css

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

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

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