#25479E

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

Shades of Tory Blue #25479E

Tints of Tory Blue #25479E

Color information

#25479E (or 0x25479E) is unknown color: approx Tory Blue. HEX triplet: 25, 47 and 9E. RGB value is (37,71,158). Sum of RGB (Red+Green+Blue) = 37+71+158=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #25479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25479E is #DAB861. Grayscale: #464646. Windows color (decimal): -14334050 or 10372901. OLE color: 10372901.

HSL color Cylindrical-coordinate representation of color #25479E: hue angle of 223.14º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25479E is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3771158-
CMYK0.770.5500.38
HSL223.14º62.05%38.24%-
HSV(B)223.14º76.58%61.96%-
XYZ9.197.3733.29-
YUV70.75177.24103.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 158 (62.11% from 255) = 59.40%
R=13.91%
G=26.69%
B=59.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37711580.770.5500.38223.1462.0538.24
Hex25479E4D37026df3e26
Octal45107236115670463377646
Binary1001011000111100111101001101110111010011011011111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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