#28448B

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

Shades of Tory Blue #28448B

Tints of Tory Blue #28448B

Color information

#28448B (or 0x28448B) is unknown color: approx Tory Blue. HEX triplet: 28, 44 and 8B. RGB value is (40,68,139). Sum of RGB (Red+Green+Blue) = 40+68+139=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #28448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28448B is #D7BB74. Grayscale: #434343. Windows color (decimal): -14138229 or 9126952. OLE color: 9126952.

HSL color Cylindrical-coordinate representation of color #28448B: hue angle of 223.03º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28448B is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4068139-
CMYK0.710.5100.45
HSL223.03º55.31%35.1%-
HSV(B)223.03º71.22%54.51%-
XYZ7.66.4525.27-
YUV67.72168.22108.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=16.19%
G=27.53%
B=56.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40681390.710.5100.45223.0355.3135.1
Hex28448B473302Ddf3723
Octal50104213107630553376743
Binary1010001000100100010111000111110011010110111011111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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