Html Css Color HEX #3B6F6D Ming

📋 copy color: '#3B6F6D'

red 59 ◦ green 111 ◦ blue 109

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

Shades of Ming #3B6F6D

Tints of Ming #3B6F6D

RGB

 RED value IS 59 (23.44% from 255) = 21.15%

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

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

R = 21.15%
G = 39.78%
B = 39.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#3B6F6D (or 0x3B6F6D) is known color: Ming. HEX triplet: 3B, 6F and 6D. RGB value is (59,111,109). Sum of RGB (Red+Green+Blue) = 59+111+109=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F6D is #C49092. Grayscale: #5F5F5F. Windows color (decimal): -12882067 or 7171899. OLE color: 7171899.

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

Color convert

RGB 59 111 109 -
CMYK 0.47 0 0.02 0.56
HSL 177.69º 0.31% 0.33% -
HSV(B) 177.69º 0.47% 0.44% -
XYZ 10.25 13.4 16.51 -
YUV 95.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 59 111 109 0.47 0 0.02 0.56 177.69 0.31 0.33
Hex 3B 6F 6D 2F 0 2 38 B2 1F 21
Octal 73 157 155 57 0 2 70 262 37 41
Binary 111011 1101111 1101101 101111 0 10 111000 10110010 11111 100001

Color Harmonies of #3B6F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6F6D

Black with #3B6F6D

Text Example


Text Example

White with #3B6F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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