#254798

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

Shades of Tory Blue #254798

Tints of Tory Blue #254798

Color information

#254798 (or 0x254798) is unknown color: approx Tory Blue. HEX triplet: 25, 47 and 98. RGB value is (37,71,152). Sum of RGB (Red+Green+Blue) = 37+71+152=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #254798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254798 is #DAB867. Grayscale: #454545. Windows color (decimal): -14334056 or 9979685. OLE color: 9979685.

HSL color Cylindrical-coordinate representation of color #254798: hue angle of 222.26º 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 #254798 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3771152-
CMYK0.760.5300.40
HSL222.26º60.85%37.06%-
HSV(B)222.26º75.66%59.61%-
XYZ8.687.1730.63-
YUV70.07174.24104.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=14.23%
G=27.31%
B=58.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37711520.760.5300.40222.2660.8537.06
Hex2547984C35028de3d25
Octal45107230114650503367545
Binary1001011000111100110001001100110101010100011011110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254798; }

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

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

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

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

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

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

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

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