Html Css Color HEX #366D76 Ming

📋 copy color: '#366D76'

red 54 ◦ green 109 ◦ blue 118

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

Shades of Ming #366D76

Tints of Ming #366D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.79%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 19.22%
G = 38.79%
B = 41.99%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366D76 (or 0x366D76) is known color: Ming. HEX triplet: 36, 6D and 76. RGB value is (54,109,118). Sum of RGB (Red+Green+Blue) = 54+109+118=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #366D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D76 is #C99289. Grayscale: #5D5D5D. Windows color (decimal): -13210250 or 7761206. OLE color: 7761206.

HSL color Cylindrical-coordinate representation of color #366D76: hue angle of 188.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #366D76 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 109 118 -
CMYK 0.54 0.08 0 0.54
HSL 188.44º 0.37% 0.34% -
HSV(B) 188.44º 0.54% 0.46% -
XYZ 10.26 13.03 19.11 -
YUV 93.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 54 109 118 0.54 0.08 0 0.54 188.44 0.37 0.34
Hex 36 6D 76 36 8 0 36 BC 25 22
Octal 66 155 166 66 10 0 66 274 45 42
Binary 110110 1101101 1110110 110110 1000 0 110110 10111100 100101 100010

Color Harmonies of #366D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D76

Black with #366D76

Text Example


Text Example

White with #366D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366D76; }

 p { color: rgb(54,109,118); }

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

background-color css

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

 a { background-color: rgb(54,109,118); }

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

border-color css

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

 span { border-color: rgb(54,109,118); }

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