Html Css Color HEX #336E76 Ming

📋 copy color: '#336E76'

red 51 ◦ green 110 ◦ blue 118

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

Shades of Ming #336E76

Tints of Ming #336E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.43%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 18.28%
G = 39.43%
B = 42.29%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336E76 (or 0x336E76) is known color: Ming. HEX triplet: 33, 6E and 76. RGB value is (51,110,118). Sum of RGB (Red+Green+Blue) = 51+110+118=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #336E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E76 is #CC9189. Grayscale: #5D5D5D. Windows color (decimal): -13406602 or 7761459. OLE color: 7761459.

HSL color Cylindrical-coordinate representation of color #336E76: hue angle of 187.16º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336E76 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 110 118 -
CMYK 0.57 0.07 0 0.54
HSL 187.16º 0.4% 0.33% -
HSV(B) 187.16º 0.57% 0.46% -
XYZ 10.21 13.16 19.14 -
YUV 93.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 51 110 118 0.57 0.07 0 0.54 187.16 0.4 0.33
Hex 33 6E 76 39 7 0 36 BB 28 21
Octal 63 156 166 71 7 0 66 273 50 41
Binary 110011 1101110 1110110 111001 111 0 110110 10111011 101000 100001

Color Harmonies of #336E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E76

Black with #336E76

Text Example


Text Example

White with #336E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,110,118); }

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

background-color css

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

 a { background-color: rgb(51,110,118); }

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

border-color css

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

 span { border-color: rgb(51,110,118); }

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