#254498

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

Shades of Tory Blue #254498

Tints of Tory Blue #254498

Color information

#254498 (or 0x254498) is unknown color: approx Tory Blue. HEX triplet: 25, 44 and 98. RGB value is (37,68,152). Sum of RGB (Red+Green+Blue) = 37+68+152=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #254498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254498 is #DABB67. Grayscale: #434343. Windows color (decimal): -14334824 or 9978917. OLE color: 9978917.

HSL color Cylindrical-coordinate representation of color #254498: hue angle of 223.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254498 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3768152-
CMYK0.760.5500.40
HSL223.83º60.85%37.06%-
HSV(B)223.83º75.66%59.61%-
XYZ8.56.7930.57-
YUV68.31175.23105.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=14.40%
G=26.46%
B=59.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37681520.760.5500.40223.8360.8537.06
Hex2544984C37028e03d25
Octal45104230114670503407545
Binary1001011000100100110001001100110111010100011100000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254498; }

 p { color: rgb(37,68,152); }

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

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

 a { background-color: rgb(37,68,152); }

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

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

 span { border-color: rgb(37,68,152); }

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