#28488D

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

Shades of Tory Blue #28488D

Tints of Tory Blue #28488D

Color information

#28488D (or 0x28488D) is unknown color: approx Tory Blue. HEX triplet: 28, 48 and 8D. RGB value is (40,72,141). Sum of RGB (Red+Green+Blue) = 40+72+141=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #28488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488D is #D7B772. Grayscale: #454545. Windows color (decimal): -14137203 or 9259048. OLE color: 9259048.

HSL color Cylindrical-coordinate representation of color #28488D: hue angle of 220.99º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28488D is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4072141-
CMYK0.720.4900.45
HSL220.99º55.8%35.49%-
HSV(B)220.99º71.63%55.29%-
XYZ87.0126.13-
YUV70.3167.9106.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 141 (55.47% from 255) = 55.73%
R=15.81%
G=28.46%
B=55.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40721410.720.4900.45220.9955.835.49
Hex28488D483102Ddd3823
Octal50110215110610553357043
Binary1010001001000100011011001000110001010110111011101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28488D; }

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

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

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

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

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

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

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

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