#3B547C

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

Shades of St Tropaz #3B547C

Tints of St Tropaz #3B547C

Color information

#3B547C (or 0x3B547C) is unknown color: approx St Tropaz. HEX triplet: 3B, 54 and 7C. RGB value is (59,84,124). Sum of RGB (Red+Green+Blue) = 59+84+124=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B547C is #C4AB83. Grayscale: #505050. Windows color (decimal): -12888964 or 8148027. OLE color: 8148027.

HSL color Cylindrical-coordinate representation of color #3B547C: hue angle of 216.92º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B547C is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5984124-
CMYK0.520.3200.51
HSL216.92º35.52%35.88%-
HSV(B)216.92º52.42%48.63%-
XYZ8.618.7320.3-
YUV81.08152.22112.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.10%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=22.10%
G=31.46%
B=46.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59841240.520.3200.51216.9235.5235.88
Hex3B547C3420033d92424
Octal7312417464400633314444
Binary11101110101001111100110100100000011001111011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,124); }

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

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

 a { background-color: rgb(59,84,124); }

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

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

 span { border-color: rgb(59,84,124); }

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