#415383

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

Shades of Tory Blue #415383

Tints of Tory Blue #415383

Color information

#415383 (or 0x415383) is unknown color: approx Tory Blue. HEX triplet: 41, 53 and 83. RGB value is (65,83,131). Sum of RGB (Red+Green+Blue) = 65+83+131=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #415383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415383 is #BEAC7C. Grayscale: #525252. Windows color (decimal): -12495997 or 8606529. OLE color: 8606529.

HSL color Cylindrical-coordinate representation of color #415383: hue angle of 223.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415383 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6583131-
CMYK0.500.3700.49
HSL223.64º33.67%38.43%-
HSV(B)223.64º50.38%51.37%-
XYZ9.378.9522.71-
YUV83.09155.04115.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=23.30%
G=29.75%
B=46.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65831310.500.3700.49223.6433.6738.43
Hex4153833225031e02226
Octal10112320362450613404246
Binary1000001101001110000011110010100101011000111100000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415383; }

 p { color: rgb(65,83,131); }

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

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

 a { background-color: rgb(65,83,131); }

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

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

 span { border-color: rgb(65,83,131); }

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