#41588A

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

Shades of Tory Blue #41588A

Tints of Tory Blue #41588A

Color information

#41588A (or 0x41588A) is unknown color: approx Tory Blue. HEX triplet: 41, 58 and 8A. RGB value is (65,88,138). Sum of RGB (Red+Green+Blue) = 65+88+138=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #41588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41588A is #BEA775. Grayscale: #565656. Windows color (decimal): -12494710 or 9066561. OLE color: 9066561.

HSL color Cylindrical-coordinate representation of color #41588A: hue angle of 221.1º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41588A is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6588138-
CMYK0.530.3600.46
HSL221.1º35.96%39.8%-
HSV(B)221.1º52.9%54.12%-
XYZ10.269.9425.42-
YUV86.82156.88112.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=22.34%
G=30.24%
B=47.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65881380.530.3600.46221.135.9639.8
Hex41588A352402Edd2428
Octal10113021265440563354450
Binary1000001101100010001010110101100100010111011011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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