#387478

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

Shades of Ming #387478

Tints of Ming #387478

Color information

#387478 (or 0x387478) is unknown color: approx Ming. HEX triplet: 38, 74 and 78. RGB value is (56,116,120). Sum of RGB (Red+Green+Blue) = 56+116+120=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #387478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387478 is #C78B87. Grayscale: #626262. Windows color (decimal): -13077384 or 7894072. OLE color: 7894072.

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

Color convert

RGB56116120-
CMYK0.530.0300.53
HSL183.75º36.36%34.51%-
HSV(B)183.75º53.33%47.06%-
XYZ11.2714.6920.01-
YUV98.52140.1297.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=19.18%
G=39.73%
B=41.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561161200.530.0300.53183.7536.3634.51
Hex387478353035b82423
Octal701641706530652704443
Binary1110001110100111100011010111011010110111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387478; }

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

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

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

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

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

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

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

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