#3C5C87

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

Shades of St Tropaz #3C5C87

Tints of St Tropaz #3C5C87

Color information

#3C5C87 (or 0x3C5C87) is unknown color: approx St Tropaz. HEX triplet: 3C, 5C and 87. RGB value is (60,92,135). Sum of RGB (Red+Green+Blue) = 60+92+135=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C5C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5C87 is #C3A378. Grayscale: #575757. Windows color (decimal): -12821369 or 8870972. OLE color: 8870972.

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

Color convert

RGB6092135-
CMYK0.560.3200.47
HSL214.4º38.46%38.24%-
HSV(B)214.4º55.56%52.94%-
XYZ10.0610.3624.39-
YUV87.33154.9108.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=20.91%
G=32.06%
B=47.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60921350.560.3200.47214.438.4638.24
Hex3C5C87382002Fd62626
Octal7413420770400573264646
Binary111100101110010000111111000100000010111111010110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,92,135); }

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

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

 a { background-color: rgb(60,92,135); }

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

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

 span { border-color: rgb(60,92,135); }

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