#41558C

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

Shades of Tory Blue #41558C

Tints of Tory Blue #41558C

Color information

#41558C (or 0x41558C) is unknown color: approx Tory Blue. HEX triplet: 41, 55 and 8C. RGB value is (65,85,140). Sum of RGB (Red+Green+Blue) = 65+85+140=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #41558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41558C is #BEAA73. Grayscale: #555555. Windows color (decimal): -12495476 or 9196865. OLE color: 9196865.

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

Color convert

RGB6585140-
CMYK0.540.3900.45
HSL224º36.59%40.2%-
HSV(B)224º53.57%54.9%-
XYZ10.169.5126.11-
YUV85.29158.87113.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=22.41%
G=29.31%
B=48.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65851400.540.3900.4522436.5940.2
Hex41558C362702De02528
Octal10112521466470553404550
Binary1000001101010110001100110110100111010110111100000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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