Html Css Color HEX #36686E Ming

📋 copy color: '#36686E'

red 54 ◦ green 104 ◦ blue 110

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

Shades of Ming #36686E

Tints of Ming #36686E

RGB

 RED value IS 54 (21.48% from 255) = 20.15%

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

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 20.15%
G = 38.81%
B = 41.04%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36686E (or 0x36686E) is known color: Ming. HEX triplet: 36, 68 and 6E. RGB value is (54,104,110). Sum of RGB (Red+Green+Blue) = 54+104+110=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #36686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36686E is #C99791. Grayscale: #595959. Windows color (decimal): -13211538 or 7235638. OLE color: 7235638.

HSL color Cylindrical-coordinate representation of color #36686E: hue angle of 186.43º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36686E is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 104 110 -
CMYK 0.51 0.05 0 0.57
HSL 186.43º 0.34% 0.32% -
HSV(B) 186.43º 0.51% 0.43% -
XYZ 9.29 11.81 16.54 -
YUV 89.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 54 104 110 0.51 0.05 0 0.57 186.43 0.34 0.32
Hex 36 68 6E 33 5 0 39 BA 22 20
Octal 66 150 156 63 5 0 71 272 42 40
Binary 110110 1101000 1101110 110011 101 0 111001 10111010 100010 100000

Color Harmonies of #36686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36686E

Black with #36686E

Text Example


Text Example

White with #36686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36686E; }

 p { color: rgb(54,104,110); }

 H1.HeaderClassName
 {
   color: #36686E;
 }
 .AnyTagClassName
 {
   color: #36686E;
 }
</style>

background-color css

<style>
 a { background-color: #36686E; }

 a { background-color: rgb(54,104,110); }

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

border-color css

<style>
 span { border-color: #36686E; }

 span { border-color: rgb(54,104,110); }

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