Html Css Color HEX #33686D Ming

📋 copy color: '#33686D'

red 51 ◦ green 104 ◦ blue 109

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

Shades of Ming #33686D

Tints of Ming #33686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 19.32%
G = 39.39%
B = 41.29%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33686D (or 0x33686D) is known color: Ming. HEX triplet: 33, 68 and 6D. RGB value is (51,104,109). Sum of RGB (Red+Green+Blue) = 51+104+109=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #33686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33686D is #CC9792. Grayscale: #585858. Windows color (decimal): -13408147 or 7170099. OLE color: 7170099.

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

Color convert

RGB 51 104 109 -
CMYK 0.53 0.05 0 0.57
HSL 185.17º 0.36% 0.31% -
HSV(B) 185.17º 0.53% 0.43% -
XYZ 9.08 11.71 16.25 -
YUV 88.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 51 104 109 0.53 0.05 0 0.57 185.17 0.36 0.31
Hex 33 68 6D 35 5 0 39 B9 24 1F
Octal 63 150 155 65 5 0 71 271 44 37
Binary 110011 1101000 1101101 110101 101 0 111001 10111001 100100 11111

Color Harmonies of #33686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33686D

Black with #33686D

Text Example


Text Example

White with #33686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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