#28489B

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

Shades of Tory Blue #28489B

Tints of Tory Blue #28489B

Color information

#28489B (or 0x28489B) is unknown color: approx Tory Blue. HEX triplet: 28, 48 and 9B. RGB value is (40,72,155). Sum of RGB (Red+Green+Blue) = 40+72+155=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #28489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28489B is #D7B764. Grayscale: #474747. Windows color (decimal): -14137189 or 10176552. OLE color: 10176552.

HSL color Cylindrical-coordinate representation of color #28489B: hue angle of 223.3º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28489B is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4072155-
CMYK0.740.5400.39
HSL223.3º58.97%38.24%-
HSV(B)223.3º74.19%60.78%-
XYZ9.117.4531.97-
YUV71.89174.9105.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=14.98%
G=26.97%
B=58.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40721550.740.5400.39223.358.9738.24
Hex28489B4A36027df3b26
Octal50110233112660473377346
Binary1010001001000100110111001010110110010011111011111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28489B; }

 p { color: rgb(40,72,155); }

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

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

 a { background-color: rgb(40,72,155); }

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

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

 span { border-color: rgb(40,72,155); }

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