#25479A

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

Shades of Tory Blue #25479A

Tints of Tory Blue #25479A

Color information

#25479A (or 0x25479A) is unknown color: approx Tory Blue. HEX triplet: 25, 47 and 9A. RGB value is (37,71,154). Sum of RGB (Red+Green+Blue) = 37+71+154=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 71 (28.12% from 255 or 27.10% 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 #25479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25479A is #DAB865. Grayscale: #454545. Windows color (decimal): -14334054 or 10110757. OLE color: 10110757.

HSL color Cylindrical-coordinate representation of color #25479A: hue angle of 222.56º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25479A is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3771154-
CMYK0.760.5400.40
HSL222.56º61.26%37.45%-
HSV(B)222.56º75.97%60.39%-
XYZ8.857.2331.5-
YUV70.3175.24104.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=14.12%
G=27.10%
B=58.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37711540.760.5400.40222.5661.2637.45
Hex25479A4C36028df3d25
Octal45107232114660503377545
Binary1001011000111100110101001100110110010100011011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,71,154); }

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

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

 a { background-color: rgb(37,71,154); }

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

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

 span { border-color: rgb(37,71,154); }

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