#253f8e

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

Shades of Tory Blue #253F8E

Tints of Tory Blue #253F8E

Color information

#253F8E (or 0x253F8E) is unknown color: approx Tory Blue. HEX triplet: 25, 3F and 8E. RGB value is (37,63,142). Sum of RGB (Red+Green+Blue) = 37+63+142=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #253F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F8E is #DAC071. Grayscale: #3F3F3F. Windows color (decimal): -14336114 or 9322277. OLE color: 9322277.

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

Color convert

RGB3763142-
CMYK0.740.5600.44
HSL225.14º58.66%35.1%-
HSV(B)225.14º73.94%55.69%-
XYZ7.425.926.34-
YUV64.23171.89108.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=15.29%
G=26.03%
B=58.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37631420.740.5600.44225.1458.6635.1
Hex253F8E4A3802Ce13b23
Octal4577216112700543417343
Binary100101111111100011101001010111000010110011100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,63,142); }

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

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

 a { background-color: rgb(37,63,142); }

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

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

 span { border-color: rgb(37,63,142); }

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