#45588B

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

Shades of Tory Blue #45588B

Tints of Tory Blue #45588B

Color information

#45588B (or 0x45588B) is unknown color: approx Tory Blue. HEX triplet: 45, 58 and 8B. RGB value is (69,88,139). Sum of RGB (Red+Green+Blue) = 69+88+139=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #45588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45588B is #BAA774. Grayscale: #575757. Windows color (decimal): -12232565 or 9132101. OLE color: 9132101.

HSL color Cylindrical-coordinate representation of color #45588B: hue angle of 223.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45588B is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6988139-
CMYK0.500.3700.45
HSL223.71º33.65%40.78%-
HSV(B)223.71º50.36%54.51%-
XYZ10.610.1125.82-
YUV88.13156.71114.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=23.31%
G=29.73%
B=46.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69881390.500.3700.45223.7133.6540.78
Hex45588B322502De02229
Octal10513021362450553404251
Binary1000101101100010001011110010100101010110111100000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45588B; }

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

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

<style>
 a { background-color: #45588B; }

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

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

<style>
 span { border-color: #45588B; }

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

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