#28498E

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

Shades of Tory Blue #28498E

Tints of Tory Blue #28498E

Color information

#28498E (or 0x28498E) is unknown color: approx Tory Blue. HEX triplet: 28, 49 and 8E. RGB value is (40,73,142). Sum of RGB (Red+Green+Blue) = 40+73+142=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #28498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28498E is #D7B671. Grayscale: #464646. Windows color (decimal): -14136946 or 9324840. OLE color: 9324840.

HSL color Cylindrical-coordinate representation of color #28498E: hue angle of 220.59º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28498E is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4073142-
CMYK0.720.4900.44
HSL220.59º56.04%35.69%-
HSV(B)220.59º71.83%55.69%-
XYZ8.147.1726.55-
YUV71168.07105.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=15.69%
G=28.63%
B=55.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40731420.720.4900.44220.5956.0435.69
Hex28498E483102Cdd3824
Octal50111216110610543357044
Binary1010001001001100011101001000110001010110011011101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28498E; }

 p { color: rgb(40,73,142); }

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

<style>
 a { background-color: #28498E; }

 a { background-color: rgb(40,73,142); }

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

<style>
 span { border-color: #28498E; }

 span { border-color: rgb(40,73,142); }

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