#28428A

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

Shades of Tory Blue #28428A

Tints of Tory Blue #28428A

Color information

#28428A (or 0x28428A) is unknown color: approx Tory Blue. HEX triplet: 28, 42 and 8A. RGB value is (40,66,138). Sum of RGB (Red+Green+Blue) = 40+66+138=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #28428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28428A is #D7BD75. Grayscale: #424242. Windows color (decimal): -14138742 or 9060904. OLE color: 9060904.

HSL color Cylindrical-coordinate representation of color #28428A: hue angle of 224.08º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28428A is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4066138-
CMYK0.710.5200.46
HSL224.08º55.06%34.9%-
HSV(B)224.08º71.01%54.12%-
XYZ7.416.1824.85-
YUV66.43168.39109.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=16.39%
G=27.05%
B=56.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40661380.710.5200.46224.0855.0634.9
Hex28428A473402Ee03723
Octal50102212107640563406743
Binary1010001000010100010101000111110100010111011100000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,66,138); }

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

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

 a { background-color: rgb(40,66,138); }

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

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

 span { border-color: rgb(40,66,138); }

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