Html Css Color HEX #336C75 Ming

📋 copy color: '#336C75'

red 51 ◦ green 108 ◦ blue 117

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

Shades of Ming #336C75

Tints of Ming #336C75

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 value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336C75 (or 0x336C75) is known color: 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

RGB 51 108 117 -
CMYK 0.56 0.08 0 0.54
HSL 188.18º 0.39% 0.33% -
HSV(B) 188.18º 0.56% 0.46% -
XYZ 9.94 12.71 18.76 -
YUV 91.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 51 108 117 0.56 0.08 0 0.54 188.18 0.39 0.33
Hex 33 6C 75 38 8 0 36 BC 27 21
Octal 63 154 165 70 10 0 66 274 47 41
Binary 110011 1101100 1110101 111000 1000 0 110110 10111100 100111 100001

Color Harmonies of #336C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C75

Black with #336C75

Text Example


Text Example

White with #336C75

Text Example


Text Example

HTML Codes & Css Web 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>