Html Css Color HEX #336F72 Ming

📋 copy color: '#336F72'

red 51 ◦ green 111 ◦ blue 114

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

Shades of Ming #336F72

Tints of Ming #336F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 18.48%
G = 40.22%
B = 41.3%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336F72 (or 0x336F72) is known color: Ming. HEX triplet: 33, 6F and 72. RGB value is (51,111,114). Sum of RGB (Red+Green+Blue) = 51+111+114=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #336F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F72 is #CC908D. Grayscale: #5D5D5D. Windows color (decimal): -13406350 or 7499571. OLE color: 7499571.

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

Color convert

RGB 51 111 114 -
CMYK 0.55 0.03 0 0.55
HSL 182.86º 0.38% 0.32% -
HSV(B) 182.86º 0.55% 0.45% -
XYZ 10.09 13.29 17.95 -
YUV 93.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 51 111 114 0.55 0.03 0 0.55 182.86 0.38 0.32
Hex 33 6F 72 37 3 0 37 B7 26 20
Octal 63 157 162 67 3 0 67 267 46 40
Binary 110011 1101111 1110010 110111 11 0 110111 10110111 100110 100000

Color Harmonies of #336F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F72

Black with #336F72

Text Example


Text Example

White with #336F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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