Html Css Color HEX #3B717C Ming

📋 copy color: '#3B717C'

red 59 ◦ green 113 ◦ blue 124

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

Shades of Ming #3B717C

Tints of Ming #3B717C

RGB

 RED value IS 59 (23.44% from 255) = 19.93%

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

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 19.93%
G = 38.18%
B = 41.89%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B717C (or 0x3B717C) is known color: Ming. HEX triplet: 3B, 71 and 7C. RGB value is (59,113,124). Sum of RGB (Red+Green+Blue) = 59+113+124=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B717C is #C48E83. Grayscale: #626262. Windows color (decimal): -12881540 or 8155451. OLE color: 8155451.

HSL color Cylindrical-coordinate representation of color #3B717C: hue angle of 190.15º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B717C is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 113 124 -
CMYK 0.52 0.09 0 0.51
HSL 190.15º 0.36% 0.36% -
HSV(B) 190.15º 0.52% 0.49% -
XYZ 11.35 14.2 21.21 -
YUV 98.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 59 113 124 0.52 0.09 0 0.51 190.15 0.36 0.36
Hex 3B 71 7C 34 9 0 33 BE 24 24
Octal 73 161 174 64 11 0 63 276 44 44
Binary 111011 1110001 1111100 110100 1001 0 110011 10111110 100100 100100

Color Harmonies of #3B717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B717C

Black with #3B717C

Text Example


Text Example

White with #3B717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B717C; }

 p { color: rgb(59,113,124); }

 H1.HeaderClassName
 {
   color: #3B717C;
 }
 .AnyTagClassName
 {
   color: #3B717C;
 }
</style>

background-color css

<style>
 a { background-color: #3B717C; }

 a { background-color: rgb(59,113,124); }

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

border-color css

<style>
 span { border-color: #3B717C; }

 span { border-color: rgb(59,113,124); }

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