#253E91

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

Shades of Tory Blue #253E91

Tints of Tory Blue #253E91

Color information

#253E91 (or 0x253E91) is unknown color: approx Tory Blue. HEX triplet: 25, 3E and 91. RGB value is (37,62,145). Sum of RGB (Red+Green+Blue) = 37+62+145=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #253E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253E91 is #DAC16E. Grayscale: #3F3F3F. Windows color (decimal): -14336367 or 9518629. OLE color: 9518629.

HSL color Cylindrical-coordinate representation of color #253E91: hue angle of 226.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253E91 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3762145-
CMYK0.740.5700.43
HSL226.11º59.34%35.69%-
HSV(B)226.11º74.48%56.86%-
XYZ7.65.8827.52-
YUV63.99173.72108.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=15.16%
G=25.41%
B=59.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37621450.740.5700.43226.1159.3435.69
Hex253E914A3902Be23b24
Octal4576221112710533427344
Binary100101111110100100011001010111001010101111100010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253E91; }

 p { color: rgb(37,62,145); }

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

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

 a { background-color: rgb(37,62,145); }

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

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

 span { border-color: rgb(37,62,145); }

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