#254291

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

Shades of Tory Blue #254291

Tints of Tory Blue #254291

Color information

#254291 (or 0x254291) is unknown color: approx Tory Blue. HEX triplet: 25, 42 and 91. RGB value is (37,66,145). Sum of RGB (Red+Green+Blue) = 37+66+145=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #254291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254291 is #DABD6E. Grayscale: #414141. Windows color (decimal): -14335343 or 9519653. OLE color: 9519653.

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

Color convert

RGB3766145-
CMYK0.740.5400.43
HSL223.89º59.34%35.69%-
HSV(B)223.89º74.48%56.86%-
XYZ7.826.3327.6-
YUV66.33172.39107.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 145 (57.03% from 255) = 58.47%
R=14.92%
G=26.61%
B=58.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37661450.740.5400.43223.8959.3435.69
Hex2542914A3602Be03b24
Octal45102221112660533407344
Binary1001011000010100100011001010110110010101111100000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254291; }

 p { color: rgb(37,66,145); }

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

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

 a { background-color: rgb(37,66,145); }

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

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

 span { border-color: rgb(37,66,145); }

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