#284694

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

Shades of Tory Blue #284694

Tints of Tory Blue #284694

Color information

#284694 (or 0x284694) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 94. RGB value is (40,70,148). Sum of RGB (Red+Green+Blue) = 40+70+148=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #284694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284694 is #D7B96B. Grayscale: #454545. Windows color (decimal): -14137708 or 9717288. OLE color: 9717288.

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

Color convert

RGB4070148-
CMYK0.730.5300.42
HSL223.33º57.45%36.86%-
HSV(B)223.33º72.97%58.04%-
XYZ8.416.9728.92-
YUV69.92172.06106.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=15.50%
G=27.13%
B=57.36%

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
Decimal40701480.730.5300.42223.3357.4536.86
Hex284694493502Adf3925
Octal50106224111650523377145
Binary1010001000110100101001001001110101010101011011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284694; }

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

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

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

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

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

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

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

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