#284891

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

Shades of Tory Blue #284891

Tints of Tory Blue #284891

Color information

#284891 (or 0x284891) is unknown color: approx Tory Blue. HEX triplet: 28, 48 and 91. RGB value is (40,72,145). Sum of RGB (Red+Green+Blue) = 40+72+145=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #284891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284891 is #D7B76E. Grayscale: #464646. Windows color (decimal): -14137199 or 9521192. OLE color: 9521192.

HSL color Cylindrical-coordinate representation of color #284891: hue angle of 221.71º 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 #284891 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4072145-
CMYK0.720.5000.43
HSL221.71º56.76%36.27%-
HSV(B)221.71º72.41%56.86%-
XYZ8.37.1327.73-
YUV70.75169.9106.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=15.56%
G=28.02%
B=56.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40721450.720.5000.43221.7156.7636.27
Hex284891483202Bde3924
Octal50110221110620533367144
Binary1010001001000100100011001000110010010101111011110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284891; }

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

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

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

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

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

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

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

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