Html Css Color HEX #3A787D Ming

📋 copy color: '#3A787D'

red 58 ◦ green 120 ◦ blue 125

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

Shades of Ming #3A787D

Tints of Ming #3A787D

RGB

 RED value IS 58 (23.05% from 255) = 19.14%

 GREEN value IS 120 (47.27% from 255) = 39.6%

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

R = 19.14%
G = 39.6%
B = 41.25%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A787D (or 0x3A787D) is known color: Ming. HEX triplet: 3A, 78 and 7D. RGB value is (58,120,125). Sum of RGB (Red+Green+Blue) = 58+120+125=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 120 (47.27% from 255 or 39.60% 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 #3A787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A787D is #C58782. Grayscale: #656565. Windows color (decimal): -12945283 or 8222778. OLE color: 8222778.

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

Color convert

RGB 58 120 125 -
CMYK 0.54 0.04 0 0.51
HSL 184.48º 0.37% 0.36% -
HSV(B) 184.48º 0.54% 0.49% -
XYZ 12.16 15.81 21.81 -
YUV 102.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 58 120 125 0.54 0.04 0 0.51 184.48 0.37 0.36
Hex 3A 78 7D 36 4 0 33 B8 25 24
Octal 72 170 175 66 4 0 63 270 45 44
Binary 111010 1111000 1111101 110110 100 0 110011 10111000 100101 100100

Color Harmonies of #3A787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A787D

Black with #3A787D

Text Example


Text Example

White with #3A787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,125); }

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

background-color css

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

 a { background-color: rgb(58,120,125); }

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

border-color css

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

 span { border-color: rgb(58,120,125); }

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