#41548A

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

Shades of Tory Blue #41548A

Tints of Tory Blue #41548A

Color information

#41548A (or 0x41548A) is unknown color: approx Tory Blue. HEX triplet: 41, 54 and 8A. RGB value is (65,84,138). Sum of RGB (Red+Green+Blue) = 65+84+138=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #41548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41548A is #BEAB75. Grayscale: #545454. Windows color (decimal): -12495734 or 9065537. OLE color: 9065537.

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

Color convert

RGB6584138-
CMYK0.530.3900.46
HSL224.38º35.96%39.8%-
HSV(B)224.38º52.9%54.12%-
XYZ9.949.325.32-
YUV84.48158.21114.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=22.65%
G=29.27%
B=48.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65841380.530.3900.46224.3835.9639.8
Hex41548A352702Ee02428
Octal10112421265470563404450
Binary1000001101010010001010110101100111010111011100000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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