Html Css Color HEX #364044 Charade

📋 copy color: '#364044'

red 54 ◦ green 64 ◦ blue 68

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

Shades of Charade #364044

Tints of Charade #364044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.41%

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

R = 29.03%
G = 34.41%
B = 36.56%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#364044 (or 0x364044) is known color: Charade. HEX triplet: 36, 40 and 44. RGB value is (54,64,68). Sum of RGB (Red+Green+Blue) = 54+64+68=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #364044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364044 is #C9BFBB. Grayscale: #3D3D3D. Windows color (decimal): -13221820 or 4472886. OLE color: 4472886.

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

Color convert

RGB 54 64 68 -
CMYK 0.21 0.06 0 0.73
HSL 197.14º 0.11% 0.24% -
HSV(B) 197.14º 0.21% 0.27% -
XYZ 4.4 4.87 6.18 -
YUV 61.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 54 64 68 0.21 0.06 0 0.73 197.14 0.11 0.24
Hex 36 40 44 15 6 0 49 C5 B 18
Octal 66 100 104 25 6 0 111 305 13 30
Binary 110110 1000000 1000100 10101 110 0 1001001 11000101 1011 11000

Color Harmonies of #364044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364044

Black with #364044

Text Example


Text Example

White with #364044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364044; }

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

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

background-color css

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

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

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

border-color css

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

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

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