#254892

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

Shades of Tory Blue #254892

Tints of Tory Blue #254892

Color information

#254892 (or 0x254892) is unknown color: approx Tory Blue. HEX triplet: 25, 48 and 92. RGB value is (37,72,146). Sum of RGB (Red+Green+Blue) = 37+72+146=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #254892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254892 is #DAB76D. Grayscale: #454545. Windows color (decimal): -14333806 or 9586725. OLE color: 9586725.

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

Color convert

RGB3772146-
CMYK0.750.5100.43
HSL220.73º59.56%35.88%-
HSV(B)220.73º74.66%57.25%-
XYZ8.277.128.13-
YUV69.97170.9104.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=14.51%
G=28.24%
B=57.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37721460.750.5100.43220.7359.5635.88
Hex2548924B3302Bdd3c24
Octal45110222113630533357444
Binary1001011001000100100101001011110011010101111011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254892; }

 p { color: rgb(37,72,146); }

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

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

 a { background-color: rgb(37,72,146); }

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

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

 span { border-color: rgb(37,72,146); }

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