#254A9B

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

Shades of Tory Blue #254A9B

Tints of Tory Blue #254A9B

Color information

#254A9B (or 0x254A9B) is unknown color: approx Tory Blue. HEX triplet: 25, 4A and 9B. RGB value is (37,74,155). Sum of RGB (Red+Green+Blue) = 37+74+155=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #254A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A9B is #DAB564. Grayscale: #474747. Windows color (decimal): -14333285 or 10177061. OLE color: 10177061.

HSL color Cylindrical-coordinate representation of color #254A9B: hue angle of 221.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254A9B is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3774155-
CMYK0.760.5200.39
HSL221.19º61.46%37.65%-
HSV(B)221.19º76.13%60.78%-
XYZ9.137.6632.01-
YUV72.17174.74102.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=13.91%
G=27.82%
B=58.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37741550.760.5200.39221.1961.4637.65
Hex254A9B4C34027dd3d26
Octal45112233114640473357546
Binary1001011001010100110111001100110100010011111011101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A9B; }

 p { color: rgb(37,74,155); }

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

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

 a { background-color: rgb(37,74,155); }

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

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

 span { border-color: rgb(37,74,155); }

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