#3A588B

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

Shades of Tory Blue #3A588B

Tints of Tory Blue #3A588B

Color information

#3A588B (or 0x3A588B) is unknown color: approx Tory Blue. HEX triplet: 3A, 58 and 8B. RGB value is (58,88,139). Sum of RGB (Red+Green+Blue) = 58+88+139=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A588B is #C5A774. Grayscale: #545454. Windows color (decimal): -12953461 or 9132090. OLE color: 9132090.

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

Color convert

RGB5888139-
CMYK0.580.3700.45
HSL217.78º41.12%38.63%-
HSV(B)217.78º58.27%54.51%-
XYZ9.899.7425.79-
YUV84.84158.56108.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=20.35%
G=30.88%
B=48.77%

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
Decimal58881390.580.3700.45217.7841.1238.63
Hex3A588B3A2502Dda2927
Octal7213021372450553325147
Binary111010101100010001011111010100101010110111011010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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