Html Css Color HEX #336D72 Ming

📋 copy color: '#336D72'

red 51 ◦ green 109 ◦ blue 114

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

Shades of Ming #336D72

Tints of Ming #336D72

RGB

 RED value IS 51 (20.31% from 255) = 18.61%

 GREEN value IS 109 (42.97% from 255) = 39.78%

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

R = 18.61%
G = 39.78%
B = 41.61%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336D72 (or 0x336D72) is known color: Ming. HEX triplet: 33, 6D and 72. RGB value is (51,109,114). Sum of RGB (Red+Green+Blue) = 51+109+114=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #336D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D72 is #CC928D. Grayscale: #5C5C5C. Windows color (decimal): -13406862 or 7499059. OLE color: 7499059.

HSL color Cylindrical-coordinate representation of color #336D72: hue angle of 184.76º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336D72 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 109 114 -
CMYK 0.55 0.04 0 0.55
HSL 184.76º 0.38% 0.32% -
HSV(B) 184.76º 0.55% 0.45% -
XYZ 9.87 12.86 17.88 -
YUV 92.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 51 109 114 0.55 0.04 0 0.55 184.76 0.38 0.32
Hex 33 6D 72 37 4 0 37 B9 26 20
Octal 63 155 162 67 4 0 67 271 46 40
Binary 110011 1101101 1110010 110111 100 0 110111 10111001 100110 100000

Color Harmonies of #336D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D72

Black with #336D72

Text Example


Text Example

White with #336D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336D72; }

 p { color: rgb(51,109,114); }

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

background-color css

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

 a { background-color: rgb(51,109,114); }

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

border-color css

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

 span { border-color: rgb(51,109,114); }

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