Html Css Color HEX #3B777D Ming

📋 copy color: '#3B777D'

red 59 ◦ green 119 ◦ blue 125

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

Shades of Ming #3B777D

Tints of Ming #3B777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 19.47%
G = 39.27%
B = 41.25%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B777D (or 0x3B777D) is known color: Ming. HEX triplet: 3B, 77 and 7D. RGB value is (59,119,125). Sum of RGB (Red+Green+Blue) = 59+119+125=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B777D is #C48882. Grayscale: #656565. Windows color (decimal): -12880003 or 8222523. OLE color: 8222523.

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

Color convert

RGB 59 119 125 -
CMYK 0.53 0.05 0 0.51
HSL 185.45º 0.36% 0.36% -
HSV(B) 185.45º 0.53% 0.49% -
XYZ 12.1 15.6 21.78 -
YUV 101.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 59 119 125 0.53 0.05 0 0.51 185.45 0.36 0.36
Hex 3B 77 7D 35 5 0 33 B9 24 24
Octal 73 167 175 65 5 0 63 271 44 44
Binary 111011 1110111 1111101 110101 101 0 110011 10111001 100100 100100

Color Harmonies of #3B777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B777D

Black with #3B777D

Text Example


Text Example

White with #3B777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,119,125); }

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

background-color css

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

 a { background-color: rgb(59,119,125); }

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

border-color css

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

 span { border-color: rgb(59,119,125); }

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