#254995

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

Shades of Tory Blue #254995

Tints of Tory Blue #254995

Color information

#254995 (or 0x254995) is unknown color: approx Tory Blue. HEX triplet: 25, 49 and 95. RGB value is (37,73,149). Sum of RGB (Red+Green+Blue) = 37+73+149=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #254995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254995 is #DAB66A. Grayscale: #464646. Windows color (decimal): -14333547 or 9783589. OLE color: 9783589.

HSL color Cylindrical-coordinate representation of color #254995: hue angle of 220.71º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254995 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3773149-
CMYK0.750.5100.42
HSL220.71º60.22%36.47%-
HSV(B)220.71º75.17%58.43%-
XYZ8.577.3329.4-
YUV70.9172.07103.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=14.29%
G=28.19%
B=57.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37731490.750.5100.42220.7160.2236.47
Hex2549954B3302Add3c24
Octal45111225113630523357444
Binary1001011001001100101011001011110011010101011011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254995; }

 p { color: rgb(37,73,149); }

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

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

 a { background-color: rgb(37,73,149); }

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

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

 span { border-color: rgb(37,73,149); }

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