#415085

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

Shades of Tory Blue #415085

Tints of Tory Blue #415085

Color information

#415085 (or 0x415085) is unknown color: approx Tory Blue. HEX triplet: 41, 50 and 85. RGB value is (65,80,133). Sum of RGB (Red+Green+Blue) = 65+80+133=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #415085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415085 is #BEAF7A. Grayscale: #515151. Windows color (decimal): -12496763 or 8736833. OLE color: 8736833.

HSL color Cylindrical-coordinate representation of color #415085: hue angle of 226.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #415085 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6580133-
CMYK0.510.4000.48
HSL226.76º34.34%38.82%-
HSV(B)226.76º51.13%52.16%-
XYZ9.288.5523.35-
YUV81.56157.03116.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=23.38%
G=28.78%
B=47.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65801330.510.4000.48226.7634.3438.82
Hex4150853328030e32227
Octal10112020563500603434247
Binary1000001101000010000101110011101000011000011100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415085; }

 p { color: rgb(65,80,133); }

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

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

 a { background-color: rgb(65,80,133); }

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

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

 span { border-color: rgb(65,80,133); }

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