Html Css Color HEX #366D74 Ming

📋 copy color: '#366D74'

red 54 ◦ green 109 ◦ blue 116

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

Shades of Ming #366D74

Tints of Ming #366D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 19.35%
G = 39.07%
B = 41.58%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366D74 (or 0x366D74) is known color: Ming. HEX triplet: 36, 6D and 74. RGB value is (54,109,116). Sum of RGB (Red+Green+Blue) = 54+109+116=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #366D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D74 is #C9928B. Grayscale: #5D5D5D. Windows color (decimal): -13210252 or 7630134. OLE color: 7630134.

HSL color Cylindrical-coordinate representation of color #366D74: hue angle of 186.77º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366D74 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 109 116 -
CMYK 0.53 0.06 0 0.55
HSL 186.77º 0.36% 0.33% -
HSV(B) 186.77º 0.53% 0.45% -
XYZ 10.14 12.98 18.49 -
YUV 93.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 54 109 116 0.53 0.06 0 0.55 186.77 0.36 0.33
Hex 36 6D 74 35 6 0 37 BB 24 21
Octal 66 155 164 65 6 0 67 273 44 41
Binary 110110 1101101 1110100 110101 110 0 110111 10111011 100100 100001

Color Harmonies of #366D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D74

Black with #366D74

Text Example


Text Example

White with #366D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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