#284094

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

Shades of Tory Blue #284094

Tints of Tory Blue #284094

Color information

#284094 (or 0x284094) is unknown color: approx Tory Blue. HEX triplet: 28, 40 and 94. RGB value is (40,64,148). Sum of RGB (Red+Green+Blue) = 40+64+148=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #284094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284094 is #D7BF6B. Grayscale: #424242. Windows color (decimal): -14139244 or 9715752. OLE color: 9715752.

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

Color convert

RGB4064148-
CMYK0.730.5700.42
HSL226.67º57.45%36.86%-
HSV(B)226.67º72.97%58.04%-
XYZ8.056.2628.8-
YUV66.4174.05109.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=15.87%
G=25.40%
B=58.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40641480.730.5700.42226.6757.4536.86
Hex284094493902Ae33925
Octal50100224111710523437145
Binary1010001000000100101001001001111001010101011100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284094; }

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

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

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

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

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

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

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

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