#41558F

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

Shades of Tory Blue #41558F

Tints of Tory Blue #41558F

Color information

#41558F (or 0x41558F) is unknown color: approx Tory Blue. HEX triplet: 41, 55 and 8F. RGB value is (65,85,143). Sum of RGB (Red+Green+Blue) = 65+85+143=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #41558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41558F is #BEAA70. Grayscale: #555555. Windows color (decimal): -12495473 or 9393473. OLE color: 9393473.

HSL color Cylindrical-coordinate representation of color #41558F: hue angle of 224.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41558F is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6585143-
CMYK0.550.4100.44
HSL224.62º37.5%40.78%-
HSV(B)224.62º54.55%56.08%-
XYZ10.399.627.29-
YUV85.63160.37113.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 143 (56.25% from 255) = 48.81%
R=22.18%
G=29.01%
B=48.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65851430.550.4100.44224.6237.540.78
Hex41558F372902Ce12529
Octal10112521767510543414551
Binary1000001101010110001111110111101001010110011100001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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