#387881

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

Shades of Ming #387881

Tints of Ming #387881

Color information

#387881 (or 0x387881) is unknown color: approx Ming. HEX triplet: 38, 78 and 81. RGB value is (56,120,129). Sum of RGB (Red+Green+Blue) = 56+120+129=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #387881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387881 is #C7877E. Grayscale: #656565. Windows color (decimal): -13076351 or 8484920. OLE color: 8484920.

HSL color Cylindrical-coordinate representation of color #387881: hue angle of 187.4º degrees, saturation: 0.39, 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 #387881 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56120129-
CMYK0.570.0700.49
HSL187.4º39.46%36.27%-
HSV(B)187.4º56.59%50.59%-
XYZ12.3115.8623.18-
YUV101.89143.395.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=18.36%
G=39.34%
B=42.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561201290.570.0700.49187.439.4636.27
Hex387881397031bb2724
Octal701702017170612734744
Binary111000111100010000001111001111011000110111011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387881; }

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

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

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

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

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

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

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

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