#28468E

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

Shades of Tory Blue #28468E

Tints of Tory Blue #28468E

Color information

#28468E (or 0x28468E) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 8E. RGB value is (40,70,142). Sum of RGB (Red+Green+Blue) = 40+70+142=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #28468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468E is #D7B971. Grayscale: #444444. Windows color (decimal): -14137714 or 9324072. OLE color: 9324072.

HSL color Cylindrical-coordinate representation of color #28468E: hue angle of 222.35º 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 #28468E is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4070142-
CMYK0.720.5100.44
HSL222.35º56.04%35.69%-
HSV(B)222.35º71.83%55.69%-
XYZ7.956.7826.48-
YUV69.24169.06107.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=15.87%
G=27.78%
B=56.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40701420.720.5100.44222.3556.0435.69
Hex28468E483302Cde3824
Octal50106216110630543367044
Binary1010001000110100011101001000110011010110011011110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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