#3C5B84

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

Shades of St Tropaz #3C5B84

Tints of St Tropaz #3C5B84

Color information

#3C5B84 (or 0x3C5B84) is unknown color: approx St Tropaz. HEX triplet: 3C, 5B and 84. RGB value is (60,91,132). Sum of RGB (Red+Green+Blue) = 60+91+132=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C5B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5B84 is #C3A47B. Grayscale: #565656. Windows color (decimal): -12821628 or 8674108. OLE color: 8674108.

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

Color convert

RGB6091132-
CMYK0.550.3100.48
HSL214.17º37.5%37.65%-
HSV(B)214.17º54.55%51.76%-
XYZ9.7710.1123.27-
YUV86.4153.73109.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=21.20%
G=32.16%
B=46.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60911320.550.3100.48214.1737.537.65
Hex3C5B84371F030d62626
Octal7413320467370603264646
Binary11110010110111000010011011111111011000011010110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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