#41558B

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

Shades of Tory Blue #41558B

Tints of Tory Blue #41558B

Color information

#41558B (or 0x41558B) is unknown color: approx Tory Blue. HEX triplet: 41, 55 and 8B. RGB value is (65,85,139). Sum of RGB (Red+Green+Blue) = 65+85+139=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #41558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41558B is #BEAA74. Grayscale: #545454. Windows color (decimal): -12495477 or 9131329. OLE color: 9131329.

HSL color Cylindrical-coordinate representation of color #41558B: hue angle of 223.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41558B is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6585139-
CMYK0.530.3900.45
HSL223.78º36.27%40%-
HSV(B)223.78º53.24%54.51%-
XYZ10.099.4825.73-
YUV85.18158.37113.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=22.49%
G=29.41%
B=48.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65851390.530.3900.45223.7836.2740
Hex41558B352702De02428
Octal10112521365470553404450
Binary1000001101010110001011110101100111010110111100000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41558B; }

 p { color: rgb(65,85,139); }

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

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

 a { background-color: rgb(65,85,139); }

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

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

 span { border-color: rgb(65,85,139); }

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