Html Css Color HEX #364145 Charade

📋 copy color: '#364145'

red 54 ◦ green 65 ◦ blue 69

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

Shades of Charade #364145

Tints of Charade #364145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 28.72%
G = 34.57%
B = 36.7%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#364145 (or 0x364145) is known color: Charade. HEX triplet: 36, 41 and 45. RGB value is (54,65,69). Sum of RGB (Red+Green+Blue) = 54+65+69=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #364145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364145 is #C9BEBA. Grayscale: #3E3E3E. Windows color (decimal): -13221563 or 4538678. OLE color: 4538678.

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

Color convert

RGB 54 65 69 -
CMYK 0.22 0.06 0 0.73
HSL 196º 0.12% 0.24% -
HSV(B) 196º 0.22% 0.27% -
XYZ 4.49 4.99 6.36 -
YUV 62.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 54 65 69 0.22 0.06 0 0.73 196 0.12 0.24
Hex 36 41 45 16 6 0 49 C4 C 18
Octal 66 101 105 26 6 0 111 304 14 30
Binary 110110 1000001 1000101 10110 110 0 1001001 11000100 1100 11000

Color Harmonies of #364145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364145

Black with #364145

Text Example


Text Example

White with #364145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364145; }

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

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

background-color css

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

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

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

border-color css

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

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

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