#284896

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

Shades of Tory Blue #284896

Tints of Tory Blue #284896

Color information

#284896 (or 0x284896) is unknown color: approx Tory Blue. HEX triplet: 28, 48 and 96. RGB value is (40,72,150). Sum of RGB (Red+Green+Blue) = 40+72+150=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #284896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284896 is #D7B769. Grayscale: #464646. Windows color (decimal): -14137194 or 9848872. OLE color: 9848872.

HSL color Cylindrical-coordinate representation of color #284896: hue angle of 222.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284896 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4072150-
CMYK0.730.5200.41
HSL222.55º57.89%37.25%-
HSV(B)222.55º73.33%58.82%-
XYZ8.77.2929.8-
YUV71.32172.4105.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=15.27%
G=27.48%
B=57.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40721500.730.5200.41222.5557.8937.25
Hex2848964934029df3a25
Octal50110226111640513377245
Binary1010001001000100101101001001110100010100111011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284896; }

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

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

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

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

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

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

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

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