#284492

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

Shades of Tory Blue #284492

Tints of Tory Blue #284492

Color information

#284492 (or 0x284492) is unknown color: approx Tory Blue. HEX triplet: 28, 44 and 92. RGB value is (40,68,146). Sum of RGB (Red+Green+Blue) = 40+68+146=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #284492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284492 is #D7BB6D. Grayscale: #444444. Windows color (decimal): -14138222 or 9585704. OLE color: 9585704.

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

Color convert

RGB4068146-
CMYK0.730.5300.43
HSL224.15º56.99%36.47%-
HSV(B)224.15º72.6%57.25%-
XYZ8.136.6628.05-
YUV68.52171.72107.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=15.75%
G=26.77%
B=57.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40681460.730.5300.43224.1556.9936.47
Hex284492493502Be03924
Octal50104222111650533407144
Binary1010001000100100100101001001110101010101111100000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284492; }

 p { color: rgb(40,68,146); }

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

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

 a { background-color: rgb(40,68,146); }

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

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

 span { border-color: rgb(40,68,146); }

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