#28468D

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

Shades of Tory Blue #28468D

Tints of Tory Blue #28468D

Color information

#28468D (or 0x28468D) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 8D. RGB value is (40,70,141). Sum of RGB (Red+Green+Blue) = 40+70+141=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #28468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468D is #D7B972. Grayscale: #444444. Windows color (decimal): -14137715 or 9258536. OLE color: 9258536.

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

Color convert

RGB4070141-
CMYK0.720.5000.45
HSL222.18º55.8%35.49%-
HSV(B)222.18º71.63%55.29%-
XYZ7.876.7526.09-
YUV69.12168.56107.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 141 (55.47% from 255) = 56.18%
R=15.94%
G=27.89%
B=56.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40701410.720.5000.45222.1855.835.49
Hex28468D483202Dde3823
Octal50106215110620553367043
Binary1010001000110100011011001000110010010110111011110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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