#253B92

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

Shades of Tory Blue #253B92

Tints of Tory Blue #253B92

Color information

#253B92 (or 0x253B92) is unknown color: approx Tory Blue. HEX triplet: 25, 3B and 92. RGB value is (37,59,146). Sum of RGB (Red+Green+Blue) = 37+59+146=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #253B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B92 is #DAC46D. Grayscale: #3D3D3D. Windows color (decimal): -14337134 or 9583397. OLE color: 9583397.

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

Color convert

RGB3759146-
CMYK0.750.6000.43
HSL227.89º59.56%35.88%-
HSV(B)227.89º74.66%57.25%-
XYZ7.525.627.88-
YUV62.34175.21109.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=15.29%
G=24.38%
B=60.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37591460.750.6000.43227.8959.5635.88
Hex253B924B3C02Be43c24
Octal4573222113740533447444
Binary100101111011100100101001011111100010101111100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,59,146); }

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

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

 a { background-color: rgb(37,59,146); }

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

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

 span { border-color: rgb(37,59,146); }

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