Html Css Color HEX #336C71 Ming

📋 copy color: '#336C71'

red 51 ◦ green 108 ◦ blue 113

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

Shades of Ming #336C71

Tints of Ming #336C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 18.75%
G = 39.71%
B = 41.54%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336C71 (or 0x336C71) is known color: Ming. HEX triplet: 33, 6C and 71. RGB value is (51,108,113). Sum of RGB (Red+Green+Blue) = 51+108+113=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #336C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C71 is #CC938E. Grayscale: #5B5B5B. Windows color (decimal): -13407119 or 7433267. OLE color: 7433267.

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

Color convert

RGB 51 108 113 -
CMYK 0.55 0.04 0 0.56
HSL 184.84º 0.38% 0.32% -
HSV(B) 184.84º 0.55% 0.44% -
XYZ 9.71 12.62 17.55 -
YUV 91.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 51 108 113 0.55 0.04 0 0.56 184.84 0.38 0.32
Hex 33 6C 71 37 4 0 38 B9 26 20
Octal 63 154 161 67 4 0 70 271 46 40
Binary 110011 1101100 1110001 110111 100 0 111000 10111001 100110 100000

Color Harmonies of #336C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C71

Black with #336C71

Text Example


Text Example

White with #336C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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