#415292

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

Shades of Tory Blue #415292

Tints of Tory Blue #415292

Color information

#415292 (or 0x415292) is unknown color: approx Tory Blue. HEX triplet: 41, 52 and 92. RGB value is (65,82,146). Sum of RGB (Red+Green+Blue) = 65+82+146=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #415292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415292 is #BEAD6D. Grayscale: #535353. Windows color (decimal): -12496238 or 9589313. OLE color: 9589313.

HSL color Cylindrical-coordinate representation of color #415292: hue angle of 227.41º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415292 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6582146-
CMYK0.550.4400.43
HSL227.41º38.39%41.37%-
HSV(B)227.41º55.48%57.25%-
XYZ10.399.2328.43-
YUV84.21162.87114.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=22.18%
G=27.99%
B=49.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65821460.550.4400.43227.4138.3941.37
Hex415292372C02Be32629
Octal10112222267540533434651
Binary1000001101001010010010110111101100010101111100011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415292; }

 p { color: rgb(65,82,146); }

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

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

 a { background-color: rgb(65,82,146); }

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

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

 span { border-color: rgb(65,82,146); }

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