Html Css Color HEX #366C76 Ming

📋 copy color: '#366C76'

red 54 ◦ green 108 ◦ blue 118

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

Shades of Ming #366C76

Tints of Ming #366C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.57%

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

R = 19.29%
G = 38.57%
B = 42.14%

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

#366C76 (or 0x366C76) is known color: Ming. HEX triplet: 36, 6C and 76. RGB value is (54,108,118). Sum of RGB (Red+Green+Blue) = 54+108+118=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #366C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C76 is #C99389. Grayscale: #5C5C5C. Windows color (decimal): -13210506 or 7760950. OLE color: 7760950.

HSL color Cylindrical-coordinate representation of color #366C76: hue angle of 189.38º 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 #366C76 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 108 118 -
CMYK 0.54 0.08 0 0.54
HSL 189.38º 0.37% 0.34% -
HSV(B) 189.38º 0.54% 0.46% -
XYZ 10.15 12.82 19.08 -
YUV 92.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 54 108 118 0.54 0.08 0 0.54 189.38 0.37 0.34
Hex 36 6C 76 36 8 0 36 BD 25 22
Octal 66 154 166 66 10 0 66 275 45 42
Binary 110110 1101100 1110110 110110 1000 0 110110 10111101 100101 100010

Color Harmonies of #366C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C76

Black with #366C76

Text Example


Text Example

White with #366C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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