#284087

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

Shades of Tory Blue #284087

Tints of Tory Blue #284087

Color information

#284087 (or 0x284087) is unknown color: approx Tory Blue. HEX triplet: 28, 40 and 87. RGB value is (40,64,135). Sum of RGB (Red+Green+Blue) = 40+64+135=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #284087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284087 is #D7BF78. Grayscale: #404040. Windows color (decimal): -14139257 or 8863784. OLE color: 8863784.

HSL color Cylindrical-coordinate representation of color #284087: hue angle of 224.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #284087 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4064135-
CMYK0.700.5300.47
HSL224.84º54.29%34.31%-
HSV(B)224.84º70.37%52.94%-
XYZ7.085.8723.68-
YUV64.92167.55110.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=16.74%
G=26.78%
B=56.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40641350.700.5300.47224.8454.2934.31
Hex284087463502Fe13622
Octal50100207106650573416642
Binary1010001000000100001111000110110101010111111100001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284087; }

 p { color: rgb(40,64,135); }

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

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

 a { background-color: rgb(40,64,135); }

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

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

 span { border-color: rgb(40,64,135); }

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