#25418A

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

Shades of Tory Blue #25418A

Tints of Tory Blue #25418A

Color information

#25418A (or 0x25418A) is unknown color: approx Tory Blue. HEX triplet: 25, 41 and 8A. RGB value is (37,65,138). Sum of RGB (Red+Green+Blue) = 37+65+138=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #25418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25418A is #DABE75. Grayscale: #404040. Windows color (decimal): -14335606 or 9060645. OLE color: 9060645.

HSL color Cylindrical-coordinate representation of color #25418A: hue angle of 223.37º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25418A is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3765138-
CMYK0.730.5300.46
HSL223.37º57.71%34.31%-
HSV(B)223.37º73.19%54.12%-
XYZ7.246.0124.82-
YUV64.95169.22108.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=15.42%
G=27.08%
B=57.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37651380.730.5300.46223.3757.7134.31
Hex25418A493502Edf3a22
Octal45101212111650563377242
Binary1001011000001100010101001001110101010111011011111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,65,138); }

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

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

 a { background-color: rgb(37,65,138); }

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

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

 span { border-color: rgb(37,65,138); }

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