#3B5681

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

Shades of St Tropaz #3B5681

Tints of St Tropaz #3B5681

Color information

#3B5681 (or 0x3B5681) is unknown color: approx St Tropaz. HEX triplet: 3B, 56 and 81. RGB value is (59,86,129). Sum of RGB (Red+Green+Blue) = 59+86+129=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #3B5681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5681 is #C4A97E. Grayscale: #525252. Windows color (decimal): -12888447 or 8476219. OLE color: 8476219.

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

Color convert

RGB5986129-
CMYK0.540.3300.49
HSL216.86º37.23%36.86%-
HSV(B)216.86º54.26%50.59%-
XYZ9.099.1722.06-
YUV82.83154.05111-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=21.53%
G=31.39%
B=47.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59861290.540.3300.49216.8637.2336.86
Hex3B56813621031d92525
Octal7312620166410613314545
Binary111011101011010000001110110100001011000111011001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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