#28469E

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

Shades of Tory Blue #28469E

Tints of Tory Blue #28469E

Color information

#28469E (or 0x28469E) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 9E. RGB value is (40,70,158). Sum of RGB (Red+Green+Blue) = 40+70+158=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #28469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28469E is #D7B961. Grayscale: #464646. Windows color (decimal): -14137698 or 10372648. OLE color: 10372648.

HSL color Cylindrical-coordinate representation of color #28469E: hue angle of 224.75º 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 #28469E is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4070158-
CMYK0.750.5600.38
HSL224.75º59.6%38.82%-
HSV(B)224.75º74.68%61.96%-
XYZ9.247.333.27-
YUV71.06177.06105.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=14.93%
G=26.12%
B=58.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40701580.750.5600.38224.7559.638.82
Hex28469E4B38026e13c27
Octal50106236113700463417447
Binary1010001000110100111101001011111000010011011100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,70,158); }

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

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

 a { background-color: rgb(40,70,158); }

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

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

 span { border-color: rgb(40,70,158); }

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