Html Css Color HEX #366C72 Ming

📋 copy color: '#366C72'

red 54 ◦ green 108 ◦ blue 114

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

Shades of Ming #366C72

Tints of Ming #366C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.13%

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

R = 19.57%
G = 39.13%
B = 41.3%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366C72 (or 0x366C72) is known color: Ming. HEX triplet: 36, 6C and 72. RGB value is (54,108,114). Sum of RGB (Red+Green+Blue) = 54+108+114=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #366C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C72 is #C9938D. Grayscale: #5C5C5C. Windows color (decimal): -13210510 or 7498806. OLE color: 7498806.

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

Color convert

RGB 54 108 114 -
CMYK 0.53 0.05 0 0.55
HSL 186º 0.36% 0.33% -
HSV(B) 186º 0.53% 0.45% -
XYZ 9.92 12.72 17.85 -
YUV 92.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 54 108 114 0.53 0.05 0 0.55 186 0.36 0.33
Hex 36 6C 72 35 5 0 37 BA 24 21
Octal 66 154 162 65 5 0 67 272 44 41
Binary 110110 1101100 1110010 110101 101 0 110111 10111010 100100 100001

Color Harmonies of #366C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C72

Black with #366C72

Text Example


Text Example

White with #366C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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