#284B93

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

Shades of Tory Blue #284B93

Tints of Tory Blue #284B93

Color information

#284B93 (or 0x284B93) is unknown color: approx Tory Blue. HEX triplet: 28, 4B and 93. RGB value is (40,75,147). Sum of RGB (Red+Green+Blue) = 40+75+147=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #284B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284B93 is #D7B46C. Grayscale: #484848. Windows color (decimal): -14136429 or 9653032. OLE color: 9653032.

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

Color convert

RGB4075147-
CMYK0.730.4900.42
HSL220.37º57.22%36.67%-
HSV(B)220.37º72.79%57.65%-
XYZ8.667.5928.61-
YUV72.74169.9104.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=15.27%
G=28.63%
B=56.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40751470.730.4900.42220.3757.2236.67
Hex284B93493102Adc3925
Octal50113223111610523347145
Binary1010001001011100100111001001110001010101011011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284B93; }

 p { color: rgb(40,75,147); }

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

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

 a { background-color: rgb(40,75,147); }

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

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

 span { border-color: rgb(40,75,147); }

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