#415395

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

Shades of Tory Blue #415395

Tints of Tory Blue #415395

Color information

#415395 (or 0x415395) is unknown color: approx Tory Blue. HEX triplet: 41, 53 and 95. RGB value is (65,83,149). Sum of RGB (Red+Green+Blue) = 65+83+149=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #415395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415395 is #BEAC6A. Grayscale: #545454. Windows color (decimal): -12495979 or 9786177. OLE color: 9786177.

HSL color Cylindrical-coordinate representation of color #415395: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415395 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6583149-
CMYK0.560.4400.42
HSL227.14º39.25%41.96%-
HSV(B)227.14º56.38%58.43%-
XYZ10.79.4829.7-
YUV85.14164.04113.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=21.89%
G=27.95%
B=50.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65831490.560.4400.42227.1439.2541.96
Hex415395382C02Ae3272a
Octal10112322570540523434752
Binary1000001101001110010101111000101100010101011100011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415395; }

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

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

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

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

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

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

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

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