#3B588B

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

Shades of Tory Blue #3B588B

Tints of Tory Blue #3B588B

Color information

#3B588B (or 0x3B588B) is unknown color: approx Tory Blue. HEX triplet: 3B, 58 and 8B. RGB value is (59,88,139). Sum of RGB (Red+Green+Blue) = 59+88+139=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B588B is #C4A774. Grayscale: #545454. Windows color (decimal): -12887925 or 9132091. OLE color: 9132091.

HSL color Cylindrical-coordinate representation of color #3B588B: hue angle of 218.25º degrees, saturation: 0.4, 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 #3B588B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5988139-
CMYK0.580.3700.45
HSL218.25º40.4%38.82%-
HSV(B)218.25º57.55%54.51%-
XYZ9.959.7725.79-
YUV85.14158.39109.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=20.63%
G=30.77%
B=48.60%

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
Decimal59881390.580.3700.45218.2540.438.82
Hex3B588B3A2502Dda2827
Octal7313021372450553325047
Binary111011101100010001011111010100101010110111011010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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