Html Css Color HEX #336F70 Ming

📋 copy color: '#336F70'

red 51 ◦ green 111 ◦ blue 112

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

Shades of Ming #336F70

Tints of Ming #336F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.51%

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

R = 18.61%
G = 40.51%
B = 40.88%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336F70 (or 0x336F70) is known color: Ming. HEX triplet: 33, 6F and 70. RGB value is (51,111,112). Sum of RGB (Red+Green+Blue) = 51+111+112=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #336F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F70 is #CC908F. Grayscale: #5D5D5D. Windows color (decimal): -13406352 or 7368499. OLE color: 7368499.

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

Color convert

RGB 51 111 112 -
CMYK 0.54 0.01 0 0.56
HSL 180.98º 0.37% 0.32% -
HSV(B) 180.98º 0.54% 0.44% -
XYZ 9.97 13.24 17.36 -
YUV 93.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 51 111 112 0.54 0.01 0 0.56 180.98 0.37 0.32
Hex 33 6F 70 36 1 0 38 B5 25 20
Octal 63 157 160 66 1 0 70 265 45 40
Binary 110011 1101111 1110000 110110 1 0 111000 10110101 100101 100000

Color Harmonies of #336F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F70

Black with #336F70

Text Example


Text Example

White with #336F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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