#284594

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

Shades of Tory Blue #284594

Tints of Tory Blue #284594

Color information

#284594 (or 0x284594) is unknown color: approx Tory Blue. HEX triplet: 28, 45 and 94. RGB value is (40,69,148). Sum of RGB (Red+Green+Blue) = 40+69+148=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #284594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284594 is #D7BA6B. Grayscale: #444444. Windows color (decimal): -14137964 or 9717032. OLE color: 9717032.

HSL color Cylindrical-coordinate representation of color #284594: hue angle of 223.89º degrees, saturation: 0.57, 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 #284594 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4069148-
CMYK0.730.5300.42
HSL223.89º57.45%36.86%-
HSV(B)223.89º72.97%58.04%-
XYZ8.356.8528.9-
YUV69.34172.39107.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=15.56%
G=26.85%
B=57.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40691480.730.5300.42223.8957.4536.86
Hex284594493502Ae03925
Octal50105224111650523407145
Binary1010001000101100101001001001110101010101011100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284594; }

 p { color: rgb(40,69,148); }

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

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

 a { background-color: rgb(40,69,148); }

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

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

 span { border-color: rgb(40,69,148); }

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