Html Css Color HEX #336B76 Ming

📋 copy color: '#336B76'

red 51 ◦ green 107 ◦ blue 118

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

Shades of Ming #336B76

Tints of Ming #336B76

RGB

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

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

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

R = 18.48%
G = 38.77%
B = 42.75%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336B76 (or 0x336B76) is known color: Ming. HEX triplet: 33, 6B and 76. RGB value is (51,107,118). Sum of RGB (Red+Green+Blue) = 51+107+118=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #336B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B76 is #CC9489. Grayscale: #5B5B5B. Windows color (decimal): -13407370 or 7760691. OLE color: 7760691.

HSL color Cylindrical-coordinate representation of color #336B76: hue angle of 189.85º 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 #336B76 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 107 118 -
CMYK 0.57 0.09 0 0.54
HSL 189.85º 0.4% 0.33% -
HSV(B) 189.85º 0.57% 0.46% -
XYZ 9.89 12.53 19.04 -
YUV 91.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 51 107 118 0.57 0.09 0 0.54 189.85 0.4 0.33
Hex 33 6B 76 39 9 0 36 BE 28 21
Octal 63 153 166 71 11 0 66 276 50 41
Binary 110011 1101011 1110110 111001 1001 0 110110 10111110 101000 100001

Color Harmonies of #336B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B76

Black with #336B76

Text Example


Text Example

White with #336B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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