Html Css Color HEX #36717D Ming

📋 copy color: '#36717D'

red 54 ◦ green 113 ◦ blue 125

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

Shades of Ming #36717D

Tints of Ming #36717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 18.49%
G = 38.7%
B = 42.81%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36717D (or 0x36717D) is known color: Ming. HEX triplet: 36, 71 and 7D. RGB value is (54,113,125). Sum of RGB (Red+Green+Blue) = 54+113+125=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #36717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36717D is #C98E82. Grayscale: #606060. Windows color (decimal): -13209219 or 8220982. OLE color: 8220982.

HSL color Cylindrical-coordinate representation of color #36717D: hue angle of 190.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36717D is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 113 125 -
CMYK 0.57 0.10 0 0.51
HSL 190.14º 0.4% 0.35% -
HSV(B) 190.14º 0.57% 0.49% -
XYZ 11.13 14.08 21.53 -
YUV 96.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 54 113 125 0.57 0.10 0 0.51 190.14 0.4 0.35
Hex 36 71 7D 39 A 0 33 BE 28 23
Octal 66 161 175 71 12 0 63 276 50 43
Binary 110110 1110001 1111101 111001 1010 0 110011 10111110 101000 100011

Color Harmonies of #36717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36717D

Black with #36717D

Text Example


Text Example

White with #36717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,113,125); }

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

background-color css

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

 a { background-color: rgb(54,113,125); }

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

border-color css

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

 span { border-color: rgb(54,113,125); }

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