Html Css Color HEX #33686C Ming

📋 copy color: '#33686C'

red 51 ◦ green 104 ◦ blue 108

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

Shades of Ming #33686C

Tints of Ming #33686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.06%

R = 19.39%
G = 39.54%
B = 41.06%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33686C (or 0x33686C) is known color: Ming. HEX triplet: 33, 68 and 6C. RGB value is (51,104,108). Sum of RGB (Red+Green+Blue) = 51+104+108=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #33686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33686C is #CC9793. Grayscale: #585858. Windows color (decimal): -13408148 or 7104563. OLE color: 7104563.

HSL color Cylindrical-coordinate representation of color #33686C: hue angle of 184.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33686C is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 104 108 -
CMYK 0.53 0.04 0 0.58
HSL 184.21º 0.36% 0.31% -
HSV(B) 184.21º 0.53% 0.42% -
XYZ 9.02 11.69 15.97 -
YUV 88.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 51 104 108 0.53 0.04 0 0.58 184.21 0.36 0.31
Hex 33 68 6C 35 4 0 3A B8 24 1F
Octal 63 150 154 65 4 0 72 270 44 37
Binary 110011 1101000 1101100 110101 100 0 111010 10111000 100100 11111

Color Harmonies of #33686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33686C

Black with #33686C

Text Example


Text Example

White with #33686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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