Html Css Color HEX #364548 Charade

📋 copy color: '#364548'

red 54 ◦ green 69 ◦ blue 72

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

Shades of Charade #364548

Tints of Charade #364548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 27.69%
G = 35.38%
B = 36.92%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364548 (or 0x364548) is known color: Charade. HEX triplet: 36, 45 and 48. RGB value is (54,69,72). Sum of RGB (Red+Green+Blue) = 54+69+72=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #364548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364548 is #C9BAB7. Grayscale: #404040. Windows color (decimal): -13220536 or 4736310. OLE color: 4736310.

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

Color convert

RGB 54 69 72 -
CMYK 0.25 0.04 0 0.72
HSL 190º 0.14% 0.25% -
HSV(B) 190º 0.25% 0.28% -
XYZ 4.82 5.51 6.94 -
YUV 64.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 54 69 72 0.25 0.04 0 0.72 190 0.14 0.25
Hex 36 45 48 19 4 0 48 BE E 19
Octal 66 105 110 31 4 0 110 276 16 31
Binary 110110 1000101 1001000 11001 100 0 1001000 10111110 1110 11001

Color Harmonies of #364548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364548

Black with #364548

Text Example


Text Example

White with #364548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364548; }

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

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

background-color css

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

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

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

border-color css

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

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

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