#3B5886

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

Shades of St Tropaz #3B5886

Tints of St Tropaz #3B5886

Color information

#3B5886 (or 0x3B5886) is unknown color: approx St Tropaz. HEX triplet: 3B, 58 and 86. RGB value is (59,88,134). Sum of RGB (Red+Green+Blue) = 59+88+134=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B5886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5886 is #C4A779. Grayscale: #545454. Windows color (decimal): -12887930 or 8804411. OLE color: 8804411.

HSL color Cylindrical-coordinate representation of color #3B5886: hue angle of 216.8º degrees, saturation: 0.39, 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 #3B5886 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5988134-
CMYK0.560.3400.47
HSL216.8º38.86%37.84%-
HSV(B)216.8º55.97%52.55%-
XYZ9.69.6323.91-
YUV84.57155.89109.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=21.00%
G=31.32%
B=47.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59881340.560.3400.47216.838.8637.84
Hex3B5886382202Fd92726
Octal7313020670420573314746
Binary111011101100010000110111000100010010111111011001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,134); }

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

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

 a { background-color: rgb(59,88,134); }

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

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

 span { border-color: rgb(59,88,134); }

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