Html Css Color HEX #364245 Charade

📋 copy color: '#364245'

red 54 ◦ green 66 ◦ blue 69

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

Shades of Charade #364245

Tints of Charade #364245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 28.57%
G = 34.92%
B = 36.51%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#364245 (or 0x364245) is known color: Charade. HEX triplet: 36, 42 and 45. RGB value is (54,66,69). Sum of RGB (Red+Green+Blue) = 54+66+69=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #364245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364245 is #C9BDBA. Grayscale: #3E3E3E. Windows color (decimal): -13221307 or 4538934. OLE color: 4538934.

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

Color convert

RGB 54 66 69 -
CMYK 0.22 0.04 0 0.73
HSL 192º 0.12% 0.24% -
HSV(B) 192º 0.22% 0.27% -
XYZ 4.54 5.11 6.38 -
YUV 62.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 54 66 69 0.22 0.04 0 0.73 192 0.12 0.24
Hex 36 42 45 16 4 0 49 C0 C 18
Octal 66 102 105 26 4 0 111 300 14 30
Binary 110110 1000010 1000101 10110 100 0 1001001 11000000 1100 11000

Color Harmonies of #364245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364245

Black with #364245

Text Example


Text Example

White with #364245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364245; }

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

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

background-color css

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

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

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

border-color css

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

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

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