Html Css Color HEX #3A737D Ming

📋 copy color: '#3A737D'

red 58 ◦ green 115 ◦ blue 125

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

Shades of Ming #3A737D

Tints of Ming #3A737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 19.46%
G = 38.59%
B = 41.95%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A737D (or 0x3A737D) is known color: Ming. HEX triplet: 3A, 73 and 7D. RGB value is (58,115,125). Sum of RGB (Red+Green+Blue) = 58+115+125=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A737D is #C58C82. Grayscale: #636363. Windows color (decimal): -12946563 or 8221498. OLE color: 8221498.

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

Color convert

RGB 58 115 125 -
CMYK 0.54 0.08 0 0.51
HSL 188.96º 0.37% 0.36% -
HSV(B) 188.96º 0.54% 0.49% -
XYZ 11.58 14.64 21.62 -
YUV 99.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 58 115 125 0.54 0.08 0 0.51 188.96 0.37 0.36
Hex 3A 73 7D 36 8 0 33 BD 25 24
Octal 72 163 175 66 10 0 63 275 45 44
Binary 111010 1110011 1111101 110110 1000 0 110011 10111101 100101 100100

Color Harmonies of #3A737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A737D

Black with #3A737D

Text Example


Text Example

White with #3A737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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