#41528B

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

Shades of Tory Blue #41528B

Tints of Tory Blue #41528B

Color information

#41528B (or 0x41528B) is unknown color: approx Tory Blue. HEX triplet: 41, 52 and 8B. RGB value is (65,82,139). Sum of RGB (Red+Green+Blue) = 65+82+139=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #41528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41528B is #BEAD74. Grayscale: #535353. Windows color (decimal): -12496245 or 9130561. OLE color: 9130561.

HSL color Cylindrical-coordinate representation of color #41528B: hue angle of 226.22º 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 #41528B is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6582139-
CMYK0.530.4100.45
HSL226.22º36.27%40%-
HSV(B)226.22º53.24%54.51%-
XYZ9.869.0225.65-
YUV83.42159.37114.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=22.73%
G=28.67%
B=48.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65821390.530.4100.45226.2236.2740
Hex41528B352902De22428
Octal10112221365510553424450
Binary1000001101001010001011110101101001010110111100010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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