#41528A

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

Shades of Tory Blue #41528A

Tints of Tory Blue #41528A

Color information

#41528A (or 0x41528A) is unknown color: approx Tory Blue. HEX triplet: 41, 52 and 8A. RGB value is (65,82,138). Sum of RGB (Red+Green+Blue) = 65+82+138=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #41528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41528A is #BEAD75. Grayscale: #535353. Windows color (decimal): -12496246 or 9065025. OLE color: 9065025.

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

Color convert

RGB6582138-
CMYK0.530.4100.46
HSL226.03º35.96%39.8%-
HSV(B)226.03º52.9%54.12%-
XYZ9.788.9925.26-
YUV83.3158.87114.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=22.81%
G=28.77%
B=48.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65821380.530.4100.46226.0335.9639.8
Hex41528A352902Ee22428
Octal10112221265510563424450
Binary1000001101001010001010110101101001010111011100010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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