Html Css Color HEX #3A7075 Ming

📋 copy color: '#3A7075'

red 58 ◦ green 112 ◦ blue 117

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

Shades of Ming #3A7075

Tints of Ming #3A7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 20.21%
G = 39.02%
B = 40.77%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A7075 (or 0x3A7075) is known color: Ming. HEX triplet: 3A, 70 and 75. RGB value is (58,112,117). Sum of RGB (Red+Green+Blue) = 58+112+117=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A7075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7075 is #C58F8A. Grayscale: #606060. Windows color (decimal): -12947339 or 7696442. OLE color: 7696442.

HSL color Cylindrical-coordinate representation of color #3A7075: hue angle of 185.08º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7075 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 112 117 -
CMYK 0.50 0.04 0 0.54
HSL 185.08º 0.34% 0.34% -
HSV(B) 185.08º 0.5% 0.46% -
XYZ 10.75 13.77 18.92 -
YUV 96.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 58 112 117 0.50 0.04 0 0.54 185.08 0.34 0.34
Hex 3A 70 75 32 4 0 36 B9 22 22
Octal 72 160 165 62 4 0 66 271 42 42
Binary 111010 1110000 1110101 110010 100 0 110110 10111001 100010 100010

Color Harmonies of #3A7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7075

Black with #3A7075

Text Example


Text Example

White with #3A7075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,117); }

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

background-color css

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

 a { background-color: rgb(58,112,117); }

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

border-color css

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

 span { border-color: rgb(58,112,117); }

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