#3B5387

Color #3B5387 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3B5387

Tints of Tory Blue #3B5387

Color information

#3B5387 (or 0x3B5387) is unknown color: approx Tory Blue. HEX triplet: 3B, 53 and 87. RGB value is (59,83,135). Sum of RGB (Red+Green+Blue) = 59+83+135=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B5387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5387 is #C4AC78. Grayscale: #515151. Windows color (decimal): -12889209 or 8868667. OLE color: 8868667.

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

Color convert

RGB5983135-
CMYK0.560.3900.47
HSL221.05º39.18%38.04%-
HSV(B)221.05º56.3%52.94%-
XYZ9.278.8724.14-
YUV81.75158.05111.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=21.30%
G=29.96%
B=48.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59831350.560.3900.47221.0539.1838.04
Hex3B5387382702Fdd2726
Octal7312320770470573354746
Binary111011101001110000111111000100111010111111011101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,135); }

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

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

 a { background-color: rgb(59,83,135); }

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

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

 span { border-color: rgb(59,83,135); }

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