#45588E

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

Shades of Tory Blue #45588E

Tints of Tory Blue #45588E

Color information

#45588E (or 0x45588E) is unknown color: approx Tory Blue. HEX triplet: 45, 58 and 8E. RGB value is (69,88,142). Sum of RGB (Red+Green+Blue) = 69+88+142=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #45588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45588E is #BAA771. Grayscale: #585858. Windows color (decimal): -12232562 or 9328709. OLE color: 9328709.

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

Color convert

RGB6988142-
CMYK0.510.3800.44
HSL224.38º34.6%41.37%-
HSV(B)224.38º51.41%55.69%-
XYZ10.8310.226.99-
YUV88.48158.21114.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=23.08%
G=29.43%
B=47.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69881420.510.3800.44224.3834.641.37
Hex45588E332602Ce02329
Octal10513021663460543404351
Binary1000101101100010001110110011100110010110011100000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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