#284B92

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

Shades of Tory Blue #284B92

Tints of Tory Blue #284B92

Color information

#284B92 (or 0x284B92) is unknown color: approx Tory Blue. HEX triplet: 28, 4B and 92. RGB value is (40,75,146). Sum of RGB (Red+Green+Blue) = 40+75+146=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #284B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284B92 is #D7B46D. Grayscale: #484848. Windows color (decimal): -14136430 or 9587496. OLE color: 9587496.

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

Color convert

RGB4075146-
CMYK0.730.4900.43
HSL220.19º56.99%36.47%-
HSV(B)220.19º72.6%57.25%-
XYZ8.587.5628.2-
YUV72.63169.4104.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.33%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=15.33%
G=28.74%
B=55.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40751460.730.4900.43220.1956.9936.47
Hex284B92493102Bdc3924
Octal50113222111610533347144
Binary1010001001011100100101001001110001010101111011100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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