#3B5B85

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

Shades of St Tropaz #3B5B85

Tints of St Tropaz #3B5B85

Color information

#3B5B85 (or 0x3B5B85) is unknown color: approx St Tropaz. HEX triplet: 3B, 5B and 85. RGB value is (59,91,133). Sum of RGB (Red+Green+Blue) = 59+91+133=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B5B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5B85 is #C4A47A. Grayscale: #565656. Windows color (decimal): -12887163 or 8739643. OLE color: 8739643.

HSL color Cylindrical-coordinate representation of color #3B5B85: hue angle of 214.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B5B85 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5991133-
CMYK0.560.3200.48
HSL214.05º38.54%37.65%-
HSV(B)214.05º55.64%52.16%-
XYZ9.7810.1123.63-
YUV86.22154.4108.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.85%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=20.85%
G=32.16%
B=47.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59911330.560.3200.48214.0538.5437.65
Hex3B5B853820030d62726
Octal7313320570400603264746
Binary111011101101110000101111000100000011000011010110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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