#445287

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

Shades of Tory Blue #445287

Tints of Tory Blue #445287

Color information

#445287 (or 0x445287) is unknown color: approx Tory Blue. HEX triplet: 44, 52 and 87. RGB value is (68,82,135). Sum of RGB (Red+Green+Blue) = 68+82+135=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #445287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445287 is #BBAD78. Grayscale: #535353. Windows color (decimal): -12299641 or 8868420. OLE color: 8868420.

HSL color Cylindrical-coordinate representation of color #445287: hue angle of 227.46º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445287 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6882135-
CMYK0.500.3900.47
HSL227.46º33%39.8%-
HSV(B)227.46º49.63%52.94%-
XYZ9.779.0124.15-
YUV83.86156.86116.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=23.86%
G=28.77%
B=47.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68821350.500.3900.47227.463339.8
Hex445287322702Fe32128
Octal10412220762470573434150
Binary1000100101001010000111110010100111010111111100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445287; }

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

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

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

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

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

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

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

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