#445184

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

Shades of Tory Blue #445184

Tints of Tory Blue #445184

Color information

#445184 (or 0x445184) is unknown color: approx Tory Blue. HEX triplet: 44, 51 and 84. RGB value is (68,81,132). Sum of RGB (Red+Green+Blue) = 68+81+132=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #445184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445184 is #BBAE7B. Grayscale: #525252. Windows color (decimal): -12299900 or 8671556. OLE color: 8671556.

HSL color Cylindrical-coordinate representation of color #445184: hue angle of 227.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445184 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6881132-
CMYK0.480.3900.48
HSL227.81º32%39.22%-
HSV(B)227.81º48.48%51.76%-
XYZ9.498.7823.02-
YUV82.93155.69117.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=24.20%
G=28.83%
B=46.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68811320.480.3900.48227.813239.22
Hex4451843027030e42027
Octal10412120460470603444047
Binary1000100101000110000100110000100111011000011100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445184; }

 p { color: rgb(68,81,132); }

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

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

 a { background-color: rgb(68,81,132); }

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

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

 span { border-color: rgb(68,81,132); }

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