#387276

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

Shades of Ming #387276

Tints of Ming #387276

Color information

#387276 (or 0x387276) is unknown color: approx Ming. HEX triplet: 38, 72 and 76. RGB value is (56,114,118). Sum of RGB (Red+Green+Blue) = 56+114+118=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #387276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387276 is #C78D89. Grayscale: #616161. Windows color (decimal): -13077898 or 7762488. OLE color: 7762488.

HSL color Cylindrical-coordinate representation of color #387276: hue angle of 183.87º 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 #387276 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56114118-
CMYK0.530.0300.54
HSL183.87º35.63%34.12%-
HSV(B)183.87º52.54%46.27%-
XYZ10.9214.1819.3-
YUV97.11139.7898.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=19.44%
G=39.58%
B=40.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561141180.530.0300.54183.8735.6334.12
Hex387276353036b82422
Octal701621666530662704442
Binary1110001110010111011011010111011011010111000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387276; }

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

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

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

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

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

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

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

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