#284495

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

Shades of Tory Blue #284495

Tints of Tory Blue #284495

Color information

#284495 (or 0x284495) is unknown color: approx Tory Blue. HEX triplet: 28, 44 and 95. RGB value is (40,68,149). Sum of RGB (Red+Green+Blue) = 40+68+149=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #284495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284495 is #D7BB6A. Grayscale: #444444. Windows color (decimal): -14138219 or 9782312. OLE color: 9782312.

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

Color convert

RGB4068149-
CMYK0.730.5400.42
HSL224.59º57.67%37.06%-
HSV(B)224.59º73.15%58.43%-
XYZ8.376.7629.3-
YUV68.86173.22107.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=15.56%
G=26.46%
B=57.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40681490.730.5400.42224.5957.6737.06
Hex284495493602Ae13a25
Octal50104225111660523417245
Binary1010001000100100101011001001110110010101011100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284495; }

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

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

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

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

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

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

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

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