Html Css Color HEX #336E72 Ming

📋 copy color: '#336E72'

red 51 ◦ green 110 ◦ blue 114

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

Shades of Ming #336E72

Tints of Ming #336E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

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

R = 18.55%
G = 40%
B = 41.45%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336E72 (or 0x336E72) is known color: Ming. HEX triplet: 33, 6E and 72. RGB value is (51,110,114). Sum of RGB (Red+Green+Blue) = 51+110+114=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #336E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E72 is #CC918D. Grayscale: #5C5C5C. Windows color (decimal): -13406606 or 7499315. OLE color: 7499315.

HSL color Cylindrical-coordinate representation of color #336E72: hue angle of 183.81º 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 #336E72 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 110 114 -
CMYK 0.55 0.04 0 0.55
HSL 183.81º 0.38% 0.32% -
HSV(B) 183.81º 0.55% 0.45% -
XYZ 9.98 13.07 17.92 -
YUV 92.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 51 110 114 0.55 0.04 0 0.55 183.81 0.38 0.32
Hex 33 6E 72 37 4 0 37 B8 26 20
Octal 63 156 162 67 4 0 67 270 46 40
Binary 110011 1101110 1110010 110111 100 0 110111 10111000 100110 100000

Color Harmonies of #336E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E72

Black with #336E72

Text Example


Text Example

White with #336E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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