#3b5187

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

Shades of Tory Blue #3B5187

Tints of Tory Blue #3B5187

Color information

#3B5187 (or 0x3B5187) is unknown color: approx Tory Blue. HEX triplet: 3B, 51 and 87. RGB value is (59,81,135). Sum of RGB (Red+Green+Blue) = 59+81+135=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B5187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5187 is #C4AE78. Grayscale: #505050. Windows color (decimal): -12889721 or 8868155. OLE color: 8868155.

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

Color convert

RGB5981135-
CMYK0.560.4000.47
HSL222.63º39.18%38.04%-
HSV(B)222.63º56.3%52.94%-
XYZ9.128.5624.09-
YUV80.58158.71112.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.45%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=21.45%
G=29.45%
B=49.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59811350.560.4000.47222.6339.1838.04
Hex3B5187382802Fdf2726
Octal7312120770500573374746
Binary111011101000110000111111000101000010111111011111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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