#254A9E

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

Shades of Tory Blue #254A9E

Tints of Tory Blue #254A9E

Color information

#254A9E (or 0x254A9E) is unknown color: approx Tory Blue. HEX triplet: 25, 4A and 9E. RGB value is (37,74,158). Sum of RGB (Red+Green+Blue) = 37+74+158=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #254A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A9E is #DAB561. Grayscale: #484848. Windows color (decimal): -14333282 or 10373669. OLE color: 10373669.

HSL color Cylindrical-coordinate representation of color #254A9E: hue angle of 221.65º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254A9E is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3774158-
CMYK0.770.5300.38
HSL221.65º62.05%38.24%-
HSV(B)221.65º76.58%61.96%-
XYZ9.387.7633.35-
YUV72.51176.24102.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 158 (62.11% from 255) = 58.74%
R=13.75%
G=27.51%
B=58.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37741580.770.5300.38221.6562.0538.24
Hex254A9E4D35026de3e26
Octal45112236115650463367646
Binary1001011001010100111101001101110101010011011011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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