#385685

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

Shades of St Tropaz #385685

Tints of St Tropaz #385685

Color information

#385685 (or 0x385685) is unknown color: approx St Tropaz. HEX triplet: 38, 56 and 85. RGB value is (56,86,133). Sum of RGB (Red+Green+Blue) = 56+86+133=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #385685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385685 is #C7A97A. Grayscale: #525252. Windows color (decimal): -13085051 or 8738360. OLE color: 8738360.

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

Color convert

RGB5686133-
CMYK0.580.3500.48
HSL216.62º40.74%37.06%-
HSV(B)216.62º57.89%52.16%-
XYZ9.199.1923.48-
YUV82.39156.56109.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=20.36%
G=31.27%
B=48.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56861330.580.3500.48216.6240.7437.06
Hex3856853A23030d92925
Octal7012620572430603315145
Binary111000101011010000101111010100011011000011011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385685; }

 p { color: rgb(56,86,133); }

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

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

 a { background-color: rgb(56,86,133); }

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

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

 span { border-color: rgb(56,86,133); }

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