#284696

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

Shades of Tory Blue #284696

Tints of Tory Blue #284696

Color information

#284696 (or 0x284696) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 96. RGB value is (40,70,150). Sum of RGB (Red+Green+Blue) = 40+70+150=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #284696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284696 is #D7B969. Grayscale: #454545. Windows color (decimal): -14137706 or 9848360. OLE color: 9848360.

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

Color convert

RGB4070150-
CMYK0.730.5300.41
HSL223.64º57.89%37.25%-
HSV(B)223.64º73.33%58.82%-
XYZ8.577.0329.76-
YUV70.15173.06106.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.38%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=15.38%
G=26.92%
B=57.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40701500.730.5300.41223.6457.8937.25
Hex2846964935029e03a25
Octal50106226111650513407245
Binary1010001000110100101101001001110101010100111100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284696; }

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

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

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

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

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

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

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

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