#284595

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

Shades of Tory Blue #284595

Tints of Tory Blue #284595

Color information

#284595 (or 0x284595) is unknown color: approx Tory Blue. HEX triplet: 28, 45 and 95. RGB value is (40,69,149). Sum of RGB (Red+Green+Blue) = 40+69+149=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #284595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284595 is #D7BA6A. Grayscale: #454545. Windows color (decimal): -14137963 or 9782568. OLE color: 9782568.

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

Color convert

RGB4069149-
CMYK0.730.5400.42
HSL224.04º57.67%37.06%-
HSV(B)224.04º73.15%58.43%-
XYZ8.436.8829.32-
YUV69.45172.89107-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=15.50%
G=26.74%
B=57.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40691490.730.5400.42224.0457.6737.06
Hex284595493602Ae03a25
Octal50105225111660523407245
Binary1010001000101100101011001001110110010101011100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284595; }

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

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

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

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

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

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

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

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