Html Css Color HEX #366F76 Ming

📋 copy color: '#366F76'

red 54 ◦ green 111 ◦ blue 118

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

Shades of Ming #366F76

Tints of Ming #366F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.22%

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

R = 19.08%
G = 39.22%
B = 41.7%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366F76 (or 0x366F76) is known color: Ming. HEX triplet: 36, 6F and 76. RGB value is (54,111,118). Sum of RGB (Red+Green+Blue) = 54+111+118=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #366F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F76 is #C99089. Grayscale: #5E5E5E. Windows color (decimal): -13209738 or 7761718. OLE color: 7761718.

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

Color convert

RGB 54 111 118 -
CMYK 0.54 0.06 0 0.54
HSL 186.56º 0.37% 0.34% -
HSV(B) 186.56º 0.54% 0.46% -
XYZ 10.48 13.46 19.19 -
YUV 94.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 54 111 118 0.54 0.06 0 0.54 186.56 0.37 0.34
Hex 36 6F 76 36 6 0 36 BB 25 22
Octal 66 157 166 66 6 0 66 273 45 42
Binary 110110 1101111 1110110 110110 110 0 110110 10111011 100101 100010

Color Harmonies of #366F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F76

Black with #366F76

Text Example


Text Example

White with #366F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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