#386F7B

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

Shades of Ming #386F7B

Tints of Ming #386F7B

Color information

#386F7B (or 0x386F7B) is unknown color: approx Ming. HEX triplet: 38, 6F and 7B. RGB value is (56,111,123). Sum of RGB (Red+Green+Blue) = 56+111+123=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #386F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F7B is #C79084. Grayscale: #5F5F5F. Windows color (decimal): -13078661 or 8089400. OLE color: 8089400.

HSL color Cylindrical-coordinate representation of color #386F7B: hue angle of 190.75º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386F7B is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB56111123-
CMYK0.540.1000.52
HSL190.75º37.43%35.1%-
HSV(B)190.75º54.47%48.24%-
XYZ10.8913.6420.8-
YUV95.92143.2899.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=19.31%
G=38.28%
B=42.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561111230.540.1000.52190.7537.4335.1
Hex386F7B36A034bf2523
Octal7015717366120642774543
Binary111000110111111110111101101010011010010111111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386F7B; }

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

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

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

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

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

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

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

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