Html Css Color HEX #3A787E Ming

📋 copy color: '#3A787E'

red 58 ◦ green 120 ◦ blue 126

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

Shades of Ming #3A787E

Tints of Ming #3A787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 19.08%
G = 39.47%
B = 41.45%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A787E (or 0x3A787E) is known color: Ming. HEX triplet: 3A, 78 and 7E. RGB value is (58,120,126). Sum of RGB (Red+Green+Blue) = 58+120+126=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A787E is #C58781. Grayscale: #666666. Windows color (decimal): -12945282 or 8288314. OLE color: 8288314.

HSL color Cylindrical-coordinate representation of color #3A787E: hue angle of 185.29º 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 #3A787E is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 120 126 -
CMYK 0.54 0.05 0 0.51
HSL 185.29º 0.37% 0.36% -
HSV(B) 185.29º 0.54% 0.49% -
XYZ 12.23 15.84 22.15 -
YUV 102.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 58 120 126 0.54 0.05 0 0.51 185.29 0.37 0.36
Hex 3A 78 7E 36 5 0 33 B9 25 24
Octal 72 170 176 66 5 0 63 271 45 44
Binary 111010 1111000 1111110 110110 101 0 110011 10111001 100101 100100

Color Harmonies of #3A787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A787E

Black with #3A787E

Text Example


Text Example

White with #3A787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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