#284691

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

Shades of Tory Blue #284691

Tints of Tory Blue #284691

Color information

#284691 (or 0x284691) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 91. RGB value is (40,70,145). Sum of RGB (Red+Green+Blue) = 40+70+145=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #284691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284691 is #D7B96E. Grayscale: #454545. Windows color (decimal): -14137711 or 9520680. OLE color: 9520680.

HSL color Cylindrical-coordinate representation of color #284691: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #284691 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4070145-
CMYK0.720.5200.43
HSL222.86º56.76%36.27%-
HSV(B)222.86º72.41%56.86%-
XYZ8.186.8827.68-
YUV69.58170.56106.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=15.69%
G=27.45%
B=56.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40701450.720.5200.43222.8656.7636.27
Hex284691483402Bdf3924
Octal50106221110640533377144
Binary1010001000110100100011001000110100010101111011111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284691; }

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

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

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

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

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

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

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

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