Html Css Color HEX #3A6B73 Ming

📋 copy color: '#3A6B73'

red 58 ◦ green 107 ◦ blue 115

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

Shades of Ming #3A6B73

Tints of Ming #3A6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 20.71%
G = 38.21%
B = 41.07%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A6B73 (or 0x3A6B73) is known color: Ming. HEX triplet: 3A, 6B and 73. RGB value is (58,107,115). Sum of RGB (Red+Green+Blue) = 58+107+115=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B73 is #C5948C. Grayscale: #5D5D5D. Windows color (decimal): -12948621 or 7564090. OLE color: 7564090.

HSL color Cylindrical-coordinate representation of color #3A6B73: hue angle of 188.42º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A6B73 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 107 115 -
CMYK 0.50 0.07 0 0.55
HSL 188.42º 0.33% 0.34% -
HSV(B) 188.42º 0.5% 0.45% -
XYZ 10.1 12.65 18.13 -
YUV 93.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 58 107 115 0.50 0.07 0 0.55 188.42 0.33 0.34
Hex 3A 6B 73 32 7 0 37 BC 21 22
Octal 72 153 163 62 7 0 67 274 41 42
Binary 111010 1101011 1110011 110010 111 0 110111 10111100 100001 100010

Color Harmonies of #3A6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B73

Black with #3A6B73

Text Example


Text Example

White with #3A6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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