#28449A

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

Shades of Tory Blue #28449A

Tints of Tory Blue #28449A

Color information

#28449A (or 0x28449A) is unknown color: approx Tory Blue. HEX triplet: 28, 44 and 9A. RGB value is (40,68,154). Sum of RGB (Red+Green+Blue) = 40+68+154=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #28449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28449A is #D7BB65. Grayscale: #454545. Windows color (decimal): -14138214 or 10109992. OLE color: 10109992.

HSL color Cylindrical-coordinate representation of color #28449A: hue angle of 225.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28449A is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4068154-
CMYK0.740.5600.40
HSL225.26º58.76%38.04%-
HSV(B)225.26º74.03%60.39%-
XYZ8.776.9231.44-
YUV69.43175.72107.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=15.27%
G=25.95%
B=58.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40681540.740.5600.40225.2658.7638.04
Hex28449A4A38028e13b26
Octal50104232112700503417346
Binary1010001000100100110101001010111000010100011100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28449A; }

 p { color: rgb(40,68,154); }

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

<style>
 a { background-color: #28449A; }

 a { background-color: rgb(40,68,154); }

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

<style>
 span { border-color: #28449A; }

 span { border-color: rgb(40,68,154); }

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