Html Css Color HEX #3A6B70 Ming

📋 copy color: '#3A6B70'

red 58 ◦ green 107 ◦ blue 112

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

Shades of Ming #3A6B70

Tints of Ming #3A6B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 20.94%
G = 38.63%
B = 40.43%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A6B70 (or 0x3A6B70) is known color: Ming. HEX triplet: 3A, 6B and 70. RGB value is (58,107,112). Sum of RGB (Red+Green+Blue) = 58+107+112=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A6B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B70 is #C5948F. Grayscale: #5C5C5C. Windows color (decimal): -12948624 or 7367482. OLE color: 7367482.

HSL color Cylindrical-coordinate representation of color #3A6B70: hue angle of 185.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6B70 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 107 112 -
CMYK 0.48 0.04 0 0.56
HSL 185.56º 0.32% 0.33% -
HSV(B) 185.56º 0.48% 0.44% -
XYZ 9.93 12.58 17.24 -
YUV 92.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 58 107 112 0.48 0.04 0 0.56 185.56 0.32 0.33
Hex 3A 6B 70 30 4 0 38 BA 20 21
Octal 72 153 160 60 4 0 70 272 40 41
Binary 111010 1101011 1110000 110000 100 0 111000 10111010 100000 100001

Color Harmonies of #3A6B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B70

Black with #3A6B70

Text Example


Text Example

White with #3A6B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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