#445290

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

Shades of Tory Blue #445290

Tints of Tory Blue #445290

Color information

#445290 (or 0x445290) is unknown color: approx Tory Blue. HEX triplet: 44, 52 and 90. RGB value is (68,82,144). Sum of RGB (Red+Green+Blue) = 68+82+144=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #445290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445290 is #BBAD6F. Grayscale: #545454. Windows color (decimal): -12299632 or 9458244. OLE color: 9458244.

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

Color convert

RGB6882144-
CMYK0.530.4300.44
HSL228.95º35.85%41.57%-
HSV(B)228.95º52.78%56.47%-
XYZ10.449.2827.63-
YUV84.88161.36115.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=23.13%
G=27.89%
B=48.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68821440.530.4300.44228.9535.8541.57
Hex445290352B02Ce5242a
Octal10412222065530543454452
Binary1000100101001010010000110101101011010110011100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445290; }

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

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

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

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

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

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

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

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