Html Css Color HEX #366E76 Ming

📋 copy color: '#366E76'

red 54 ◦ green 110 ◦ blue 118

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

Shades of Ming #366E76

Tints of Ming #366E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.01%

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

R = 19.15%
G = 39.01%
B = 41.84%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366E76 (or 0x366E76) is known color: Ming. HEX triplet: 36, 6E and 76. RGB value is (54,110,118). Sum of RGB (Red+Green+Blue) = 54+110+118=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #366E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E76 is #C99189. Grayscale: #5E5E5E. Windows color (decimal): -13209994 or 7761462. OLE color: 7761462.

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

Color convert

RGB 54 110 118 -
CMYK 0.54 0.07 0 0.54
HSL 187.5º 0.37% 0.34% -
HSV(B) 187.5º 0.54% 0.46% -
XYZ 10.37 13.24 19.15 -
YUV 94.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 54 110 118 0.54 0.07 0 0.54 187.5 0.37 0.34
Hex 36 6E 76 36 7 0 36 BC 25 22
Octal 66 156 166 66 7 0 66 274 45 42
Binary 110110 1101110 1110110 110110 111 0 110110 10111100 100101 100010

Color Harmonies of #366E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366E76

Black with #366E76

Text Example


Text Example

White with #366E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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