Html Css Color HEX #336F73 Ming

📋 copy color: '#336F73'

red 51 ◦ green 111 ◦ blue 115

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

Shades of Ming #336F73

Tints of Ming #336F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 18.41%
G = 40.07%
B = 41.52%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336F73 (or 0x336F73) is known color: Ming. HEX triplet: 33, 6F and 73. RGB value is (51,111,115). Sum of RGB (Red+Green+Blue) = 51+111+115=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #336F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F73 is #CC908C. Grayscale: #5D5D5D. Windows color (decimal): -13406349 or 7565107. OLE color: 7565107.

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

Color convert

RGB 51 111 115 -
CMYK 0.56 0.03 0 0.55
HSL 183.75º 0.39% 0.33% -
HSV(B) 183.75º 0.56% 0.45% -
XYZ 10.14 13.31 18.25 -
YUV 93.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 51 111 115 0.56 0.03 0 0.55 183.75 0.39 0.33
Hex 33 6F 73 38 3 0 37 B8 27 21
Octal 63 157 163 70 3 0 67 270 47 41
Binary 110011 1101111 1110011 111000 11 0 110111 10111000 100111 100001

Color Harmonies of #336F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F73

Black with #336F73

Text Example


Text Example

White with #336F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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