#3B5B89

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

Shades of St Tropaz #3B5B89

Tints of St Tropaz #3B5B89

Color information

#3B5B89 (or 0x3B5B89) is unknown color: approx St Tropaz. HEX triplet: 3B, 5B and 89. RGB value is (59,91,137). Sum of RGB (Red+Green+Blue) = 59+91+137=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B5B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5B89 is #C4A476. Grayscale: #565656. Windows color (decimal): -12887159 or 9001787. OLE color: 9001787.

HSL color Cylindrical-coordinate representation of color #3B5B89: hue angle of 215.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B5B89 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5991137-
CMYK0.570.3400.46
HSL215.38º39.8%38.43%-
HSV(B)215.38º56.93%53.73%-
XYZ10.0610.2225.11-
YUV86.68156.4108.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=20.56%
G=31.71%
B=47.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59911370.570.3400.46215.3839.838.43
Hex3B5B89392202Ed72826
Octal7313321171420563275046
Binary111011101101110001001111001100010010111011010111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,91,137); }

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

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

 a { background-color: rgb(59,91,137); }

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

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

 span { border-color: rgb(59,91,137); }

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