Html Css Color HEX #336C73 Ming

📋 copy color: '#336C73'

red 51 ◦ green 108 ◦ blue 115

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

Shades of Ming #336C73

Tints of Ming #336C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 18.61%
G = 39.42%
B = 41.97%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336C73 (or 0x336C73) is known color: Ming. HEX triplet: 33, 6C and 73. RGB value is (51,108,115). Sum of RGB (Red+Green+Blue) = 51+108+115=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #336C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C73 is #CC938C. Grayscale: #5B5B5B. Windows color (decimal): -13407117 or 7564339. OLE color: 7564339.

HSL color Cylindrical-coordinate representation of color #336C73: hue angle of 186.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336C73 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 108 115 -
CMYK 0.56 0.06 0 0.55
HSL 186.56º 0.39% 0.33% -
HSV(B) 186.56º 0.56% 0.45% -
XYZ 9.82 12.67 18.15 -
YUV 91.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 51 108 115 0.56 0.06 0 0.55 186.56 0.39 0.33
Hex 33 6C 73 38 6 0 37 BB 27 21
Octal 63 154 163 70 6 0 67 273 47 41
Binary 110011 1101100 1110011 111000 110 0 110111 10111011 100111 100001

Color Harmonies of #336C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C73

Black with #336C73

Text Example


Text Example

White with #336C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,108,115); }

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

background-color css

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

 a { background-color: rgb(51,108,115); }

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

border-color css

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

 span { border-color: rgb(51,108,115); }

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