#253D8B

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

Shades of Tory Blue #253D8B

Tints of Tory Blue #253D8B

Color information

#253D8B (or 0x253D8B) is unknown color: approx Tory Blue. HEX triplet: 25, 3D and 8B. RGB value is (37,61,139). Sum of RGB (Red+Green+Blue) = 37+61+139=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #253D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D8B is #DAC274. Grayscale: #3E3E3E. Windows color (decimal): -14336629 or 9125157. OLE color: 9125157.

HSL color Cylindrical-coordinate representation of color #253D8B: hue angle of 225.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253D8B is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3761139-
CMYK0.730.5600.45
HSL225.88º57.95%34.51%-
HSV(B)225.88º73.38%54.51%-
XYZ7.095.5925.13-
YUV62.72171.05109.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=15.61%
G=25.74%
B=58.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37611390.730.5600.45225.8857.9534.51
Hex253D8B493802De23a23
Octal4575213111700553427243
Binary100101111101100010111001001111000010110111100010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,139); }

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

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

 a { background-color: rgb(37,61,139); }

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

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

 span { border-color: rgb(37,61,139); }

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