#3B567F

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

Shades of St Tropaz #3B567F

Tints of St Tropaz #3B567F

Color information

#3B567F (or 0x3B567F) is unknown color: approx St Tropaz. HEX triplet: 3B, 56 and 7F. RGB value is (59,86,127). Sum of RGB (Red+Green+Blue) = 59+86+127=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B567F is #C4A980. Grayscale: #525252. Windows color (decimal): -12888449 or 8345147. OLE color: 8345147.

HSL color Cylindrical-coordinate representation of color #3B567F: hue angle of 216.18º 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 #3B567F is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5986127-
CMYK0.540.3200.50
HSL216.18º36.56%36.47%-
HSV(B)216.18º53.54%49.8%-
XYZ8.969.1221.37-
YUV82.6153.05111.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 127 (50% from 255) = 46.69%
R=21.69%
G=31.62%
B=46.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59861270.540.3200.50216.1836.5636.47
Hex3B567F3620032d82524
Octal7312617766400623304544
Binary11101110101101111111110110100000011001011011000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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