#387076

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

Shades of Ming #387076

Tints of Ming #387076

Color information

#387076 (or 0x387076) is unknown color: approx Ming. HEX triplet: 38, 70 and 76. RGB value is (56,112,118). Sum of RGB (Red+Green+Blue) = 56+112+118=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #387076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387076 is #C78F89. Grayscale: #5F5F5F. Windows color (decimal): -13078410 or 7761976. OLE color: 7761976.

HSL color Cylindrical-coordinate representation of color #387076: hue angle of 185.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387076 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56112118-
CMYK0.530.0500.54
HSL185.81º35.63%34.12%-
HSV(B)185.81º52.54%46.27%-
XYZ10.713.7419.23-
YUV95.94140.4599.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=19.58%
G=39.16%
B=41.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561121180.530.0500.54185.8135.6334.12
Hex387076355036ba2422
Octal701601666550662724442
Binary11100011100001110110110101101011011010111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387076; }

 p { color: rgb(56,112,118); }

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

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

 a { background-color: rgb(56,112,118); }

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

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

 span { border-color: rgb(56,112,118); }

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