#3B598D

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

Shades of Tory Blue #3B598D

Tints of Tory Blue #3B598D

Color information

#3B598D (or 0x3B598D) is unknown color: approx Tory Blue. HEX triplet: 3B, 59 and 8D. RGB value is (59,89,141). Sum of RGB (Red+Green+Blue) = 59+89+141=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B598D is #C4A672. Grayscale: #555555. Windows color (decimal): -12887667 or 9263419. OLE color: 9263419.

HSL color Cylindrical-coordinate representation of color #3B598D: hue angle of 218.05º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B598D is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5989141-
CMYK0.580.3700.45
HSL218.05º41%39.22%-
HSV(B)218.05º58.16%55.29%-
XYZ10.181026.59-
YUV85.96159.06108.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=20.42%
G=30.80%
B=48.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59891410.580.3700.45218.054139.22
Hex3B598D3A2502Dda2927
Octal7313121572450553325147
Binary111011101100110001101111010100101010110111011010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,141); }

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

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

 a { background-color: rgb(59,89,141); }

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

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

 span { border-color: rgb(59,89,141); }

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