#445382

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

Shades of Tory Blue #445382

Tints of Tory Blue #445382

Color information

#445382 (or 0x445382) is unknown color: approx Tory Blue. HEX triplet: 44, 53 and 82. RGB value is (68,83,130). Sum of RGB (Red+Green+Blue) = 68+83+130=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #445382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445382 is #BBAC7D. Grayscale: #535353. Windows color (decimal): -12299390 or 8540996. OLE color: 8540996.

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

Color convert

RGB6883130-
CMYK0.480.3600.49
HSL225.48º31.31%38.82%-
HSV(B)225.48º47.69%50.98%-
XYZ9.519.0322.36-
YUV83.87154.03116.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=24.20%
G=29.54%
B=46.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68831300.480.3600.49225.4831.3138.82
Hex4453823024031e11f27
Octal10412320260440613413747
Binary100010010100111000001011000010010001100011110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445382; }

 p { color: rgb(68,83,130); }

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

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

 a { background-color: rgb(68,83,130); }

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

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

 span { border-color: rgb(68,83,130); }

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