Html Css Color HEX #33686F Ming

📋 copy color: '#33686F'

red 51 ◦ green 104 ◦ blue 111

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

Shades of Ming #33686F

Tints of Ming #33686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 19.17%
G = 39.1%
B = 41.73%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33686F (or 0x33686F) is known color: Ming. HEX triplet: 33, 68 and 6F. RGB value is (51,104,111). Sum of RGB (Red+Green+Blue) = 51+104+111=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #33686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33686F is #CC9790. Grayscale: #585858. Windows color (decimal): -13408145 or 7301171. OLE color: 7301171.

HSL color Cylindrical-coordinate representation of color #33686F: hue angle of 187º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33686F is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 104 111 -
CMYK 0.54 0.06 0 0.56
HSL 187º 0.37% 0.32% -
HSV(B) 187º 0.54% 0.44% -
XYZ 9.18 11.75 16.82 -
YUV 88.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 51 104 111 0.54 0.06 0 0.56 187 0.37 0.32
Hex 33 68 6F 36 6 0 38 BB 25 20
Octal 63 150 157 66 6 0 70 273 45 40
Binary 110011 1101000 1101111 110110 110 0 111000 10111011 100101 100000

Color Harmonies of #33686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33686F

Black with #33686F

Text Example


Text Example

White with #33686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33686F; }

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

 H1.HeaderClassName
 {
   color: #33686F;
 }
 .AnyTagClassName
 {
   color: #33686F;
 }
</style>

background-color css

<style>
 a { background-color: #33686F; }

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

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

border-color css

<style>
 span { border-color: #33686F; }

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

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