Html Css Color HEX #366B74 Ming

📋 copy color: '#366B74'

red 54 ◦ green 107 ◦ blue 116

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

Shades of Ming #366B74

Tints of Ming #366B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 19.49%
G = 38.63%
B = 41.88%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366B74 (or 0x366B74) is known color: Ming. HEX triplet: 36, 6B and 74. RGB value is (54,107,116). Sum of RGB (Red+Green+Blue) = 54+107+116=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #366B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B74 is #C9948B. Grayscale: #5C5C5C. Windows color (decimal): -13210764 or 7629622. OLE color: 7629622.

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

Color convert

RGB 54 107 116 -
CMYK 0.53 0.08 0 0.55
HSL 188.71º 0.36% 0.33% -
HSV(B) 188.71º 0.53% 0.45% -
XYZ 9.93 12.56 18.42 -
YUV 92.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 54 107 116 0.53 0.08 0 0.55 188.71 0.36 0.33
Hex 36 6B 74 35 8 0 37 BD 24 21
Octal 66 153 164 65 10 0 67 275 44 41
Binary 110110 1101011 1110100 110101 1000 0 110111 10111101 100100 100001

Color Harmonies of #366B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B74

Black with #366B74

Text Example


Text Example

White with #366B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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