Html Css Color HEX #366B75 Ming

📋 copy color: '#366B75'

red 54 ◦ green 107 ◦ blue 117

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

Shades of Ming #366B75

Tints of Ming #366B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 19.42%
G = 38.49%
B = 42.09%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366B75 (or 0x366B75) is known color: Ming. HEX triplet: 36, 6B and 75. RGB value is (54,107,117). Sum of RGB (Red+Green+Blue) = 54+107+117=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #366B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B75 is #C9948A. Grayscale: #5C5C5C. Windows color (decimal): -13210763 or 7695158. OLE color: 7695158.

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

Color convert

RGB 54 107 117 -
CMYK 0.54 0.09 0 0.54
HSL 189.52º 0.37% 0.34% -
HSV(B) 189.52º 0.54% 0.46% -
XYZ 9.99 12.58 18.73 -
YUV 92.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 54 107 117 0.54 0.09 0 0.54 189.52 0.37 0.34
Hex 36 6B 75 36 9 0 36 BE 25 22
Octal 66 153 165 66 11 0 66 276 45 42
Binary 110110 1101011 1110101 110110 1001 0 110110 10111110 100101 100010

Color Harmonies of #366B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B75

Black with #366B75

Text Example


Text Example

White with #366B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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