Html Css Color HEX #3A6F6D Ming

📋 copy color: '#3A6F6D'

red 58 ◦ green 111 ◦ blue 109

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

Shades of Ming #3A6F6D

Tints of Ming #3A6F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.93%

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 20.86%
G = 39.93%
B = 39.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#3A6F6D (or 0x3A6F6D) is known color: Ming. HEX triplet: 3A, 6F and 6D. RGB value is (58,111,109). Sum of RGB (Red+Green+Blue) = 58+111+109=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F6D is #C59092. Grayscale: #5E5E5E. Windows color (decimal): -12947603 or 7171898. OLE color: 7171898.

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

Color convert

RGB 58 111 109 -
CMYK 0.48 0 0.02 0.56
HSL 177.74º 0.31% 0.33% -
HSV(B) 177.74º 0.48% 0.44% -
XYZ 10.19 13.37 16.51 -
YUV 94.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 58 111 109 0.48 0 0.02 0.56 177.74 0.31 0.33
Hex 3A 6F 6D 30 0 2 38 B2 1F 21
Octal 72 157 155 60 0 2 70 262 37 41
Binary 111010 1101111 1101101 110000 0 10 111000 10110010 11111 100001

Color Harmonies of #3A6F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6F6D

Black with #3A6F6D

Text Example


Text Example

White with #3A6F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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