Html Css Color HEX #336F75 Ming

📋 copy color: '#336F75'

red 51 ◦ green 111 ◦ blue 117

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

Shades of Ming #336F75

Tints of Ming #336F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 18.28%
G = 39.78%
B = 41.94%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336F75 (or 0x336F75) is known color: Ming. HEX triplet: 33, 6F and 75. RGB value is (51,111,117). Sum of RGB (Red+Green+Blue) = 51+111+117=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #336F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F75 is #CC908A. Grayscale: #5D5D5D. Windows color (decimal): -13406347 or 7696179. OLE color: 7696179.

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

Color convert

RGB 51 111 117 -
CMYK 0.56 0.05 0 0.54
HSL 185.45º 0.39% 0.33% -
HSV(B) 185.45º 0.56% 0.46% -
XYZ 10.26 13.36 18.87 -
YUV 93.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 51 111 117 0.56 0.05 0 0.54 185.45 0.39 0.33
Hex 33 6F 75 38 5 0 36 B9 27 21
Octal 63 157 165 70 5 0 66 271 47 41
Binary 110011 1101111 1110101 111000 101 0 110110 10111001 100111 100001

Color Harmonies of #336F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F75

Black with #336F75

Text Example


Text Example

White with #336F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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