#254392

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

Shades of Tory Blue #254392

Tints of Tory Blue #254392

Color information

#254392 (or 0x254392) is unknown color: approx Tory Blue. HEX triplet: 25, 43 and 92. RGB value is (37,67,146). Sum of RGB (Red+Green+Blue) = 37+67+146=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #254392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254392 is #DABC6D. Grayscale: #424242. Windows color (decimal): -14335086 or 9585445. OLE color: 9585445.

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

Color convert

RGB3767146-
CMYK0.750.5400.43
HSL223.49º59.56%35.88%-
HSV(B)223.49º74.66%57.25%-
XYZ7.966.4828.03-
YUV67.04172.56106.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=14.8%
G=26.8%
B=58.4%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37671460.750.5400.43223.4959.5635.88
Hex2543924B3602Bdf3c24
Octal45103222113660533377444
Binary1001011000011100100101001011110110010101111011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254392; }

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

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

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

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

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

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

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

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