#3B5890

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

Shades of Tory Blue #3B5890

Tints of Tory Blue #3B5890

Color information

#3B5890 (or 0x3B5890) is unknown color: approx Tory Blue. HEX triplet: 3B, 58 and 90. RGB value is (59,88,144). Sum of RGB (Red+Green+Blue) = 59+88+144=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B5890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5890 is #C4A76F. Grayscale: #555555. Windows color (decimal): -12887920 or 9459771. OLE color: 9459771.

HSL color Cylindrical-coordinate representation of color #3B5890: hue angle of 219.53º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B5890 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5988144-
CMYK0.590.3900.44
HSL219.53º41.87%39.8%-
HSV(B)219.53º59.03%56.47%-
XYZ10.339.9227.76-
YUV85.71160.89108.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.27%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=20.27%
G=30.24%
B=49.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59881440.590.3900.44219.5341.8739.8
Hex3B58903B2702Cdc2a28
Octal7313022073470543345250
Binary111011101100010010000111011100111010110011011100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,144); }

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

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

 a { background-color: rgb(59,88,144); }

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

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

 span { border-color: rgb(59,88,144); }

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