#254697

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

Shades of Tory Blue #254697

Tints of Tory Blue #254697

Color information

#254697 (or 0x254697) is unknown color: approx Tory Blue. HEX triplet: 25, 46 and 97. RGB value is (37,70,151). Sum of RGB (Red+Green+Blue) = 37+70+151=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #254697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254697 is #DAB968. Grayscale: #454545. Windows color (decimal): -14334313 or 9913893. OLE color: 9913893.

HSL color Cylindrical-coordinate representation of color #254697: hue angle of 222.63º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254697 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3770151-
CMYK0.750.5400.41
HSL222.63º60.64%36.86%-
HSV(B)222.63º75.5%59.22%-
XYZ8.547.0130.18-
YUV69.37174.07104.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 151 (59.38% from 255) = 58.53%
R=14.34%
G=27.13%
B=58.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37701510.750.5400.41222.6360.6436.86
Hex2546974B36029df3d25
Octal45106227113660513377545
Binary1001011000110100101111001011110110010100111011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254697; }

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

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

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

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

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

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

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

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