#387B82

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

Shades of Ming #387B82

Tints of Ming #387B82

Color information

#387B82 (or 0x387B82) is unknown color: approx Ming. HEX triplet: 38, 7B and 82. RGB value is (56,123,130). Sum of RGB (Red+Green+Blue) = 56+123+130=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #387B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387B82 is #C7847D. Grayscale: #676767. Windows color (decimal): -13075582 or 8551224. OLE color: 8551224.

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

Color convert

RGB56123130-
CMYK0.570.0500.49
HSL185.68º39.78%36.47%-
HSV(B)185.68º56.92%50.98%-
XYZ12.7416.6223.66-
YUV103.76142.893.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=18.12%
G=39.81%
B=42.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561231300.570.0500.49185.6839.7836.47
Hex387B82395031ba2824
Octal701732027150612725044
Binary111000111101110000010111001101011000110111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387B82; }

 p { color: rgb(56,123,130); }

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

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

 a { background-color: rgb(56,123,130); }

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

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

 span { border-color: rgb(56,123,130); }

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