#28469B

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

Shades of Tory Blue #28469B

Tints of Tory Blue #28469B

Color information

#28469B (or 0x28469B) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 9B. RGB value is (40,70,155). Sum of RGB (Red+Green+Blue) = 40+70+155=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #28469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28469B is #D7B964. Grayscale: #464646. Windows color (decimal): -14137701 or 10176040. OLE color: 10176040.

HSL color Cylindrical-coordinate representation of color #28469B: hue angle of 224.35º 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 #28469B is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4070155-
CMYK0.740.5500.39
HSL224.35º58.97%38.24%-
HSV(B)224.35º74.19%60.78%-
XYZ8.987.231.93-
YUV70.72175.56106.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=15.09%
G=26.42%
B=58.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40701550.740.5500.39224.3558.9738.24
Hex28469B4A37027e03b26
Octal50106233112670473407346
Binary1010001000110100110111001010110111010011111100000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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