#336C75

Color #336C75 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #336C75

Tints of Ming #336C75

Color information

#336C75 (or 0x336C75) is unknown color: approx Ming. HEX triplet: 33, 6C and 75. RGB value is (51,108,117). Sum of RGB (Red+Green+Blue) = 51+108+117=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #336C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C75 is #CC938A. Grayscale: #5B5B5B. Windows color (decimal): -13407115 or 7695411. OLE color: 7695411.

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

Color convert

RGB51108117-
CMYK0.560.0800.54
HSL188.18º39.29%32.94%-
HSV(B)188.18º56.41%45.88%-
XYZ9.9412.7118.76-
YUV91.98142.1298.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=18.48%
G=39.13%
B=42.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511081170.560.0800.54188.1839.2932.94
Hex336C75388036bc2721
Octal6315416570100662744741
Binary110011110110011101011110001000011011010111100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #336C75;
 }
 .AnyTagClassName
 {
   color: #336C75;
 }
</style>
background-color css

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

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

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

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

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

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