Html Css Color HEX #336C70 Ming

📋 copy color: '#336C70'

red 51 ◦ green 108 ◦ blue 112

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

Shades of Ming #336C70

Tints of Ming #336C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 18.82%
G = 39.85%
B = 41.33%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336C70 (or 0x336C70) is known color: Ming. HEX triplet: 33, 6C and 70. RGB value is (51,108,112). Sum of RGB (Red+Green+Blue) = 51+108+112=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #336C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C70 is #CC938F. Grayscale: #5B5B5B. Windows color (decimal): -13407120 or 7367731. OLE color: 7367731.

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

Color convert

RGB 51 108 112 -
CMYK 0.54 0.04 0 0.56
HSL 183.93º 0.37% 0.32% -
HSV(B) 183.93º 0.54% 0.44% -
XYZ 9.65 12.6 17.25 -
YUV 91.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 51 108 112 0.54 0.04 0 0.56 183.93 0.37 0.32
Hex 33 6C 70 36 4 0 38 B8 25 20
Octal 63 154 160 66 4 0 70 270 45 40
Binary 110011 1101100 1110000 110110 100 0 111000 10111000 100101 100000

Color Harmonies of #336C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C70

Black with #336C70

Text Example


Text Example

White with #336C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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