#3B588E

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

Shades of Tory Blue #3B588E

Tints of Tory Blue #3B588E

Color information

#3B588E (or 0x3B588E) is unknown color: approx Tory Blue. HEX triplet: 3B, 58 and 8E. RGB value is (59,88,142). Sum of RGB (Red+Green+Blue) = 59+88+142=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B588E is #C4A771. Grayscale: #555555. Windows color (decimal): -12887922 or 9328699. OLE color: 9328699.

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

Color convert

RGB5988142-
CMYK0.580.3800.44
HSL219.04º41.29%39.41%-
HSV(B)219.04º58.45%55.69%-
XYZ10.189.8626.96-
YUV85.48159.89109.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=20.42%
G=30.45%
B=49.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59881420.580.3800.44219.0441.2939.41
Hex3B588E3A2602Cdb2927
Octal7313021672460543335147
Binary111011101100010001110111010100110010110011011011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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