#385986

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

Shades of St Tropaz #385986

Tints of St Tropaz #385986

Color information

#385986 (or 0x385986) is unknown color: approx St Tropaz. HEX triplet: 38, 59 and 86. RGB value is (56,89,134). Sum of RGB (Red+Green+Blue) = 56+89+134=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #385986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385986 is #C7A679. Grayscale: #545454. Windows color (decimal): -13084282 or 8804664. OLE color: 8804664.

HSL color Cylindrical-coordinate representation of color #385986: hue angle of 214.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385986 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5689134-
CMYK0.580.3400.47
HSL214.62º41.05%37.25%-
HSV(B)214.62º58.21%52.55%-
XYZ9.519.7123.93-
YUV84.26156.07107.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=20.07%
G=31.90%
B=48.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56891340.580.3400.47214.6241.0537.25
Hex3859863A2202Fd72925
Octal7013120672420573275145
Binary111000101100110000110111010100010010111111010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385986; }

 p { color: rgb(56,89,134); }

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

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

 a { background-color: rgb(56,89,134); }

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

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

 span { border-color: rgb(56,89,134); }

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