#385786

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

Shades of St Tropaz #385786

Tints of St Tropaz #385786

Color information

#385786 (or 0x385786) is unknown color: approx St Tropaz. HEX triplet: 38, 57 and 86. RGB value is (56,87,134). Sum of RGB (Red+Green+Blue) = 56+87+134=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #385786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385786 is #C7A879. Grayscale: #525252. Windows color (decimal): -13084794 or 8804152. OLE color: 8804152.

HSL color Cylindrical-coordinate representation of color #385786: hue angle of 216.15º 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 #385786 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5687134-
CMYK0.580.3500.47
HSL216.15º41.05%37.25%-
HSV(B)216.15º58.21%52.55%-
XYZ9.349.3823.87-
YUV83.09156.73108.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 134 (52.73% from 255) = 48.38%
R=20.22%
G=31.41%
B=48.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56871340.580.3500.47216.1541.0537.25
Hex3857863A2302Fd82925
Octal7012720672430573305145
Binary111000101011110000110111010100011010111111011000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385786; }

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

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

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

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

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

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

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

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