#25408B

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

Shades of Tory Blue #25408B

Tints of Tory Blue #25408B

Color information

#25408B (or 0x25408B) is unknown color: approx Tory Blue. HEX triplet: 25, 40 and 8B. RGB value is (37,64,139). Sum of RGB (Red+Green+Blue) = 37+64+139=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #25408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25408B is #DABF74. Grayscale: #404040. Windows color (decimal): -14335861 or 9125925. OLE color: 9125925.

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

Color convert

RGB3764139-
CMYK0.730.5400.45
HSL224.12º57.95%34.51%-
HSV(B)224.12º73.38%54.51%-
XYZ7.265.9225.19-
YUV64.48170.05108.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=15.42%
G=26.67%
B=57.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37641390.730.5400.45224.1257.9534.51
Hex25408B493602De03a23
Octal45100213111660553407243
Binary1001011000000100010111001001110110010110111100000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,64,139); }

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

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

 a { background-color: rgb(37,64,139); }

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

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

 span { border-color: rgb(37,64,139); }

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