#397478

Color #397478 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #397478

Tints of Ming #397478

Color information

#397478 (or 0x397478) is unknown color: approx Ming. HEX triplet: 39, 74 and 78. RGB value is (57,116,120). Sum of RGB (Red+Green+Blue) = 57+116+120=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #397478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397478 is #C68B87. Grayscale: #626262. Windows color (decimal): -13011848 or 7894073. OLE color: 7894073.

HSL color Cylindrical-coordinate representation of color #397478: hue angle of 183.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397478 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57116120-
CMYK0.520.0300.53
HSL183.81º35.59%34.71%-
HSV(B)183.81º52.5%47.06%-
XYZ11.3214.7220.01-
YUV98.82139.9598.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=19.45%
G=39.59%
B=40.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571161200.520.0300.53183.8135.5934.71
Hex397478343035b82423
Octal711641706430652704443
Binary1110011110100111100011010011011010110111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397478; }

 p { color: rgb(57,116,120); }

 H1.HeaderClassName
 {
   color: #397478;
 }
 .AnyTagClassName
 {
   color: #397478;
 }
</style>
background-color css

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

 a { background-color: rgb(57,116,120); }

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

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

 span { border-color: rgb(57,116,120); }

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