#415398

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

Shades of Tory Blue #415398

Tints of Tory Blue #415398

Color information

#415398 (or 0x415398) is unknown color: approx Tory Blue. HEX triplet: 41, 53 and 98. RGB value is (65,83,152). Sum of RGB (Red+Green+Blue) = 65+83+152=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #415398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415398 is #BEAC67. Grayscale: #555555. Windows color (decimal): -12495976 or 9982785. OLE color: 9982785.

HSL color Cylindrical-coordinate representation of color #415398: hue angle of 227.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415398 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6583152-
CMYK0.570.4500.40
HSL227.59º40.09%42.55%-
HSV(B)227.59º57.24%59.61%-
XYZ10.949.5830.98-
YUV85.48165.54113.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 152 (59.77% from 255) = 50.67%
R=21.67%
G=27.67%
B=50.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65831520.570.4500.40227.5940.0942.55
Hex415398392D028e4282b
Octal10112323071550503445053
Binary1000001101001110011000111001101101010100011100100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415398; }

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

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

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

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

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

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

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

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