#28489F

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

Shades of Tory Blue #28489F

Tints of Tory Blue #28489F

Color information

#28489F (or 0x28489F) is unknown color: approx Tory Blue. HEX triplet: 28, 48 and 9F. RGB value is (40,72,159). Sum of RGB (Red+Green+Blue) = 40+72+159=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #28489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28489F is #D7B760. Grayscale: #474747. Windows color (decimal): -14137185 or 10438696. OLE color: 10438696.

HSL color Cylindrical-coordinate representation of color #28489F: hue angle of 223.87º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28489F is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4072159-
CMYK0.750.5500.38
HSL223.87º59.8%39.02%-
HSV(B)223.87º74.84%62.35%-
XYZ9.457.5933.77-
YUV72.35176.9104.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=14.76%
G=26.57%
B=58.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40721590.750.5500.38223.8759.839.02
Hex28489F4B37026e03c27
Octal50110237113670463407447
Binary1010001001000100111111001011110111010011011100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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