#254698

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

Shades of Tory Blue #254698

Tints of Tory Blue #254698

Color information

#254698 (or 0x254698) is unknown color: approx Tory Blue. HEX triplet: 25, 46 and 98. RGB value is (37,70,152). Sum of RGB (Red+Green+Blue) = 37+70+152=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #254698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254698 is #DAB967. Grayscale: #454545. Windows color (decimal): -14334312 or 9979429. OLE color: 9979429.

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

Color convert

RGB3770152-
CMYK0.760.5400.40
HSL222.78º60.85%37.06%-
HSV(B)222.78º75.66%59.61%-
XYZ8.627.0430.61-
YUV69.48174.57104.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 152 (59.77% from 255) = 58.69%
R=14.29%
G=27.03%
B=58.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37701520.760.5400.40222.7860.8537.06
Hex2546984C36028df3d25
Octal45106230114660503377545
Binary1001011000110100110001001100110110010100011011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254698; }

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

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

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

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

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

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

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

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