Html Css Color HEX #366971 Ming

📋 copy color: '#366971'

red 54 ◦ green 105 ◦ blue 113

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

Shades of Ming #366971

Tints of Ming #366971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 19.85%
G = 38.6%
B = 41.54%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366971 (or 0x366971) is known color: Ming. HEX triplet: 36, 69 and 71. RGB value is (54,105,113). Sum of RGB (Red+Green+Blue) = 54+105+113=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #366971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366971 is #C9968E. Grayscale: #5A5A5A. Windows color (decimal): -13211279 or 7432502. OLE color: 7432502.

HSL color Cylindrical-coordinate representation of color #366971: hue angle of 188.14º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366971 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 105 113 -
CMYK 0.52 0.07 0 0.56
HSL 188.14º 0.35% 0.33% -
HSV(B) 188.14º 0.52% 0.44% -
XYZ 9.55 12.08 17.45 -
YUV 90.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 54 105 113 0.52 0.07 0 0.56 188.14 0.35 0.33
Hex 36 69 71 34 7 0 38 BC 23 21
Octal 66 151 161 64 7 0 70 274 43 41
Binary 110110 1101001 1110001 110100 111 0 111000 10111100 100011 100001

Color Harmonies of #366971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366971

Black with #366971

Text Example


Text Example

White with #366971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366971; }

 p { color: rgb(54,105,113); }

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

background-color css

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

 a { background-color: rgb(54,105,113); }

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

border-color css

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

 span { border-color: rgb(54,105,113); }

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