#284192

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

Shades of Tory Blue #284192

Tints of Tory Blue #284192

Color information

#284192 (or 0x284192) is unknown color: approx Tory Blue. HEX triplet: 28, 41 and 92. RGB value is (40,65,146). Sum of RGB (Red+Green+Blue) = 40+65+146=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #284192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284192 is #D7BE6D. Grayscale: #424242. Windows color (decimal): -14138990 or 9584936. OLE color: 9584936.

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

Color convert

RGB4065146-
CMYK0.730.5500.43
HSL225.85º56.99%36.47%-
HSV(B)225.85º72.6%57.25%-
XYZ7.956.3127.99-
YUV66.76172.72108.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=15.94%
G=25.90%
B=58.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40651460.730.5500.43225.8556.9936.47
Hex284192493702Be23924
Octal50101222111670533427144
Binary1010001000001100100101001001110111010101111100010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284192; }

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

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

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

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

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

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

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

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