Html Css Color HEX #396973 Ming

📋 copy color: '#396973'

red 57 ◦ green 105 ◦ blue 115

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

Shades of Ming #396973

Tints of Ming #396973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 20.58%
G = 37.91%
B = 41.52%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396973 (or 0x396973) is known color: Ming. HEX triplet: 39, 69 and 73. RGB value is (57,105,115). Sum of RGB (Red+Green+Blue) = 57+105+115=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #396973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396973 is #C6968C. Grayscale: #5B5B5B. Windows color (decimal): -13014669 or 7563577. OLE color: 7563577.

HSL color Cylindrical-coordinate representation of color #396973: hue angle of 190.34º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396973 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 105 115 -
CMYK 0.50 0.09 0 0.55
HSL 190.34º 0.34% 0.34% -
HSV(B) 190.34º 0.5% 0.45% -
XYZ 9.83 12.21 18.06 -
YUV 91.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 57 105 115 0.50 0.09 0 0.55 190.34 0.34 0.34
Hex 39 69 73 32 9 0 37 BE 22 22
Octal 71 151 163 62 11 0 67 276 42 42
Binary 111001 1101001 1110011 110010 1001 0 110111 10111110 100010 100010

Color Harmonies of #396973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396973

Black with #396973

Text Example


Text Example

White with #396973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396973; }

 p { color: rgb(57,105,115); }

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

background-color css

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

 a { background-color: rgb(57,105,115); }

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

border-color css

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

 span { border-color: rgb(57,105,115); }

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