#254090

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

Shades of Tory Blue #254090

Tints of Tory Blue #254090

Color information

#254090 (or 0x254090) is unknown color: approx Tory Blue. HEX triplet: 25, 40 and 90. RGB value is (37,64,144). Sum of RGB (Red+Green+Blue) = 37+64+144=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #254090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254090 is #DABF6F. Grayscale: #404040. Windows color (decimal): -14335856 or 9453605. OLE color: 9453605.

HSL color Cylindrical-coordinate representation of color #254090: hue angle of 224.86º 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 #254090 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3764144-
CMYK0.740.5600.44
HSL224.86º59.12%35.49%-
HSV(B)224.86º74.31%56.47%-
XYZ7.636.0727.16-
YUV65.05172.55108-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=15.10%
G=26.12%
B=58.78%

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
Decimal37641440.740.5600.44224.8659.1235.49
Hex2540904A3802Ce13b23
Octal45100220112700543417343
Binary1001011000000100100001001010111000010110011100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254090; }

 p { color: rgb(37,64,144); }

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

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

 a { background-color: rgb(37,64,144); }

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

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

 span { border-color: rgb(37,64,144); }

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