#284496

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

Shades of Tory Blue #284496

Tints of Tory Blue #284496

Color information

#284496 (or 0x284496) is unknown color: approx Tory Blue. HEX triplet: 28, 44 and 96. RGB value is (40,68,150). Sum of RGB (Red+Green+Blue) = 40+68+150=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #284496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284496 is #D7BB69. Grayscale: #444444. Windows color (decimal): -14138218 or 9847848. OLE color: 9847848.

HSL color Cylindrical-coordinate representation of color #284496: hue angle of 224.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284496 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4068150-
CMYK0.730.5500.41
HSL224.73º57.89%37.25%-
HSV(B)224.73º73.33%58.82%-
XYZ8.456.7929.72-
YUV68.98173.72107.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 150 (58.98% from 255) = 58.14%
R=15.50%
G=26.36%
B=58.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40681500.730.5500.41224.7357.8937.25
Hex2844964937029e13a25
Octal50104226111670513417245
Binary1010001000100100101101001001110111010100111100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284496; }

 p { color: rgb(40,68,150); }

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

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

 a { background-color: rgb(40,68,150); }

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

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

 span { border-color: rgb(40,68,150); }

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