#3C5B86

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

Shades of St Tropaz #3C5B86

Tints of St Tropaz #3C5B86

Color information

#3C5B86 (or 0x3C5B86) is unknown color: approx St Tropaz. HEX triplet: 3C, 5B and 86. RGB value is (60,91,134). Sum of RGB (Red+Green+Blue) = 60+91+134=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C5B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5B86 is #C3A479. Grayscale: #565656. Windows color (decimal): -12821626 or 8805180. OLE color: 8805180.

HSL color Cylindrical-coordinate representation of color #3C5B86: hue angle of 214.86º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C5B86 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6091134-
CMYK0.550.3200.47
HSL214.86º38.14%38.04%-
HSV(B)214.86º55.22%52.55%-
XYZ9.9110.1623.99-
YUV86.63154.73109-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=21.05%
G=31.93%
B=47.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60911340.550.3200.47214.8638.1438.04
Hex3C5B86372002Fd72626
Octal7413320667400573274646
Binary111100101101110000110110111100000010111111010111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5B86; }

 p { color: rgb(60,91,134); }

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

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

 a { background-color: rgb(60,91,134); }

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

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

 span { border-color: rgb(60,91,134); }

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