#3B557F

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

Shades of St Tropaz #3B557F

Tints of St Tropaz #3B557F

Color information

#3B557F (or 0x3B557F) is unknown color: approx St Tropaz. HEX triplet: 3B, 55 and 7F. RGB value is (59,85,127). Sum of RGB (Red+Green+Blue) = 59+85+127=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B557F is #C4AA80. Grayscale: #515151. Windows color (decimal): -12888705 or 8344891. OLE color: 8344891.

HSL color Cylindrical-coordinate representation of color #3B557F: hue angle of 217.06º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B557F is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5985127-
CMYK0.540.3300.50
HSL217.06º36.56%36.47%-
HSV(B)217.06º53.54%49.8%-
XYZ8.888.9621.34-
YUV82.01153.39111.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.77%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 127 (50% from 255) = 46.86%
R=21.77%
G=31.37%
B=46.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59851270.540.3300.50217.0636.5636.47
Hex3B557F3621032d92524
Octal7312517766410623314544
Binary11101110101011111111110110100001011001011011001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,127); }

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

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

 a { background-color: rgb(59,85,127); }

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

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

 span { border-color: rgb(59,85,127); }

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