#445291

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

Shades of Tory Blue #445291

Tints of Tory Blue #445291

Color information

#445291 (or 0x445291) is unknown color: approx Tory Blue. HEX triplet: 44, 52 and 91. RGB value is (68,82,145). Sum of RGB (Red+Green+Blue) = 68+82+145=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #445291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445291 is #BBAD6E. Grayscale: #545454. Windows color (decimal): -12299631 or 9523780. OLE color: 9523780.

HSL color Cylindrical-coordinate representation of color #445291: hue angle of 229.09º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445291 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6882145-
CMYK0.530.4300.43
HSL229.09º36.15%41.76%-
HSV(B)229.09º53.1%56.86%-
XYZ10.519.3128.03-
YUV85161.86115.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=23.05%
G=27.80%
B=49.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68821450.530.4300.43229.0936.1541.76
Hex445291352B02Be5242a
Octal10412222165530533454452
Binary1000100101001010010001110101101011010101111100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445291; }

 p { color: rgb(68,82,145); }

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

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

 a { background-color: rgb(68,82,145); }

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

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

 span { border-color: rgb(68,82,145); }

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