#387983

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

Shades of Ming #387983

Tints of Ming #387983

Color information

#387983 (or 0x387983) is unknown color: approx Ming. HEX triplet: 38, 79 and 83. RGB value is (56,121,131). Sum of RGB (Red+Green+Blue) = 56+121+131=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #387983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387983 is #C7867C. Grayscale: #666666. Windows color (decimal): -13076093 or 8616248. OLE color: 8616248.

HSL color Cylindrical-coordinate representation of color #387983: hue angle of 188º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387983 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56121131-
CMYK0.570.0800.49
HSL188º40.11%36.67%-
HSV(B)188º57.25%51.37%-
XYZ12.5616.1523.93-
YUV102.7143.9794.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=18.18%
G=39.29%
B=42.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561211310.570.0800.4918840.1136.67
Hex387983398031bc2825
Octal7017120371100612745045
Binary1110001111001100000111110011000011000110111100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387983; }

 p { color: rgb(56,121,131); }

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

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

 a { background-color: rgb(56,121,131); }

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

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

 span { border-color: rgb(56,121,131); }

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