#41588E

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

Shades of Tory Blue #41588E

Tints of Tory Blue #41588E

Color information

#41588E (or 0x41588E) is unknown color: approx Tory Blue. HEX triplet: 41, 58 and 8E. RGB value is (65,88,142). Sum of RGB (Red+Green+Blue) = 65+88+142=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #41588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41588E is #BEA771. Grayscale: #575757. Windows color (decimal): -12494706 or 9328705. OLE color: 9328705.

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

Color convert

RGB6588142-
CMYK0.540.3800.44
HSL222.08º37.2%40.59%-
HSV(B)222.08º54.23%55.69%-
XYZ10.5510.0626.98-
YUV87.28158.88112.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=22.03%
G=29.83%
B=48.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65881420.540.3800.44222.0837.240.59
Hex41588E362602Cde2529
Octal10113021666460543364551
Binary1000001101100010001110110110100110010110011011110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41588E; }

 p { color: rgb(65,88,142); }

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

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

 a { background-color: rgb(65,88,142); }

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

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

 span { border-color: rgb(65,88,142); }

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