Html Css Color HEX #3A6B6F Ming

📋 copy color: '#3A6B6F'

red 58 ◦ green 107 ◦ blue 111

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

Shades of Ming #3A6B6F

Tints of Ming #3A6B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 21.01%
G = 38.77%
B = 40.22%

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

#3A6B6F (or 0x3A6B6F) is known color: Ming. HEX triplet: 3A, 6B and 6F. RGB value is (58,107,111). Sum of RGB (Red+Green+Blue) = 58+107+111=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A6B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B6F is #C59490. Grayscale: #5C5C5C. Windows color (decimal): -12948625 or 7301946. OLE color: 7301946.

HSL color Cylindrical-coordinate representation of color #3A6B6F: hue angle of 184.53º degrees, saturation: 0.31, 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 #3A6B6F is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 107 111 -
CMYK 0.48 0.04 0 0.56
HSL 184.53º 0.31% 0.33% -
HSV(B) 184.53º 0.48% 0.44% -
XYZ 9.87 12.56 16.94 -
YUV 92.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 58 107 111 0.48 0.04 0 0.56 184.53 0.31 0.33
Hex 3A 6B 6F 30 4 0 38 B9 1F 21
Octal 72 153 157 60 4 0 70 271 37 41
Binary 111010 1101011 1101111 110000 100 0 111000 10111001 11111 100001

Color Harmonies of #3A6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B6F

Black with #3A6B6F

Text Example


Text Example

White with #3A6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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