Html Css Color HEX #396B6C Ming

📋 copy color: '#396B6C'

red 57 ◦ green 107 ◦ blue 108

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

Shades of Ming #396B6C

Tints of Ming #396B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 20.96%
G = 39.34%
B = 39.71%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#396B6C (or 0x396B6C) is known color: Ming. HEX triplet: 39, 6B and 6C. RGB value is (57,107,108). Sum of RGB (Red+Green+Blue) = 57+107+108=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #396B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B6C is #C69493. Grayscale: #5C5C5C. Windows color (decimal): -13014164 or 7105337. OLE color: 7105337.

HSL color Cylindrical-coordinate representation of color #396B6C: hue angle of 181.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B6C is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 108 -
CMYK 0.47 0.01 0 0.58
HSL 181.18º 0.31% 0.32% -
HSV(B) 181.18º 0.47% 0.42% -
XYZ 9.65 12.47 16.09 -
YUV 92.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 57 107 108 0.47 0.01 0 0.58 181.18 0.31 0.32
Hex 39 6B 6C 2F 1 0 3A B5 1F 20
Octal 71 153 154 57 1 0 72 265 37 40
Binary 111001 1101011 1101100 101111 1 0 111010 10110101 11111 100000

Color Harmonies of #396B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B6C

Black with #396B6C

Text Example


Text Example

White with #396B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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