#28458D

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

Shades of Tory Blue #28458D

Tints of Tory Blue #28458D

Color information

#28458D (or 0x28458D) is unknown color: approx Tory Blue. HEX triplet: 28, 45 and 8D. RGB value is (40,69,141). Sum of RGB (Red+Green+Blue) = 40+69+141=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #28458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28458D is #D7BA72. Grayscale: #444444. Windows color (decimal): -14137971 or 9258280. OLE color: 9258280.

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

Color convert

RGB4069141-
CMYK0.720.5100.45
HSL222.77º55.8%35.49%-
HSV(B)222.77º71.63%55.29%-
XYZ7.816.6326.07-
YUV68.54168.89107.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=16%
G=27.6%
B=56.4%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40691410.720.5100.45222.7755.835.49
Hex28458D483302Ddf3823
Octal50105215110630553377043
Binary1010001000101100011011001000110011010110111011111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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