#254792

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

Shades of Tory Blue #254792

Tints of Tory Blue #254792

Color information

#254792 (or 0x254792) is unknown color: approx Tory Blue. HEX triplet: 25, 47 and 92. RGB value is (37,71,146). Sum of RGB (Red+Green+Blue) = 37+71+146=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #254792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254792 is #DAB86D. Grayscale: #454545. Windows color (decimal): -14334062 or 9586469. OLE color: 9586469.

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

Color convert

RGB3771146-
CMYK0.750.5100.43
HSL221.28º59.56%35.88%-
HSV(B)221.28º74.66%57.25%-
XYZ8.26.9828.11-
YUV69.38171.24104.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=14.57%
G=27.95%
B=57.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37711460.750.5100.43221.2859.5635.88
Hex2547924B3302Bdd3c24
Octal45107222113630533357444
Binary1001011000111100100101001011110011010101111011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254792; }

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

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

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

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

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

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

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

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