Html Css Color HEX #366B72 Ming

📋 copy color: '#366B72'

red 54 ◦ green 107 ◦ blue 114

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

Shades of Ming #366B72

Tints of Ming #366B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 19.64%
G = 38.91%
B = 41.45%

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

#366B72 (or 0x366B72) is known color: Ming. HEX triplet: 36, 6B and 72. RGB value is (54,107,114). Sum of RGB (Red+Green+Blue) = 54+107+114=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #366B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B72 is #C9948D. Grayscale: #5B5B5B. Windows color (decimal): -13210766 or 7498550. OLE color: 7498550.

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

Color convert

RGB 54 107 114 -
CMYK 0.53 0.06 0 0.55
HSL 187º 0.36% 0.33% -
HSV(B) 187º 0.53% 0.45% -
XYZ 9.82 12.51 17.82 -
YUV 91.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 54 107 114 0.53 0.06 0 0.55 187 0.36 0.33
Hex 36 6B 72 35 6 0 37 BB 24 21
Octal 66 153 162 65 6 0 67 273 44 41
Binary 110110 1101011 1110010 110101 110 0 110111 10111011 100100 100001

Color Harmonies of #366B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B72

Black with #366B72

Text Example


Text Example

White with #366B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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