Html Css Color HEX #396B6F Ming

📋 copy color: '#396B6F'

red 57 ◦ green 107 ◦ blue 111

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

Shades of Ming #396B6F

Tints of Ming #396B6F

RGB

 RED value IS 57 (22.66% from 255) = 20.73%

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

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

R = 20.73%
G = 38.91%
B = 40.36%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#396B6F (or 0x396B6F) is known color: Ming. HEX triplet: 39, 6B and 6F. RGB value is (57,107,111). Sum of RGB (Red+Green+Blue) = 57+107+111=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #396B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B6F is #C69490. Grayscale: #5C5C5C. Windows color (decimal): -13014161 or 7301945. OLE color: 7301945.

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

Color convert

RGB 57 107 111 -
CMYK 0.49 0.04 0 0.56
HSL 184.44º 0.32% 0.33% -
HSV(B) 184.44º 0.49% 0.44% -
XYZ 9.81 12.53 16.94 -
YUV 92.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 57 107 111 0.49 0.04 0 0.56 184.44 0.32 0.33
Hex 39 6B 6F 31 4 0 38 B8 20 21
Octal 71 153 157 61 4 0 70 270 40 41
Binary 111001 1101011 1101111 110001 100 0 111000 10111000 100000 100001

Color Harmonies of #396B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B6F

Black with #396B6F

Text Example


Text Example

White with #396B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396B6F; }

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

 H1.HeaderClassName
 {
   color: #396B6F;
 }
 .AnyTagClassName
 {
   color: #396B6F;
 }
</style>

background-color css

<style>
 a { background-color: #396B6F; }

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

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

border-color css

<style>
 span { border-color: #396B6F; }

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

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