#254595

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

Shades of Tory Blue #254595

Tints of Tory Blue #254595

Color information

#254595 (or 0x254595) is unknown color: approx Tory Blue. HEX triplet: 25, 45 and 95. RGB value is (37,69,149). Sum of RGB (Red+Green+Blue) = 37+69+149=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #254595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254595 is #DABA6A. Grayscale: #444444. Windows color (decimal): -14334571 or 9782565. OLE color: 9782565.

HSL color Cylindrical-coordinate representation of color #254595: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254595 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3769149-
CMYK0.750.5400.42
HSL222.86º60.22%36.47%-
HSV(B)222.86º75.17%58.43%-
XYZ8.326.8229.31-
YUV68.55173.4105.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=14.51%
G=27.06%
B=58.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37691490.750.5400.42222.8660.2236.47
Hex2545954B3602Adf3c24
Octal45105225113660523377444
Binary1001011000101100101011001011110110010101011011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254595; }

 p { color: rgb(37,69,149); }

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

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

 a { background-color: rgb(37,69,149); }

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

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

 span { border-color: rgb(37,69,149); }

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