#253A92

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

Shades of Tory Blue #253A92

Tints of Tory Blue #253A92

Color information

#253A92 (or 0x253A92) is unknown color: approx Tory Blue. HEX triplet: 25, 3A and 92. RGB value is (37,58,146). Sum of RGB (Red+Green+Blue) = 37+58+146=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #253A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A92 is #DAC56D. Grayscale: #3D3D3D. Windows color (decimal): -14337390 or 9583141. OLE color: 9583141.

HSL color Cylindrical-coordinate representation of color #253A92: hue angle of 228.44º 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 #253A92 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3758146-
CMYK0.750.6000.43
HSL228.44º59.56%35.88%-
HSV(B)228.44º74.66%57.25%-
XYZ7.465.4927.86-
YUV61.75175.54110.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=15.35%
G=24.07%
B=60.58%

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
Decimal37581460.750.6000.43228.4459.5635.88
Hex253A924B3C02Be43c24
Octal4572222113740533447444
Binary100101111010100100101001011111100010101111100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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