#41568B

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

Shades of Tory Blue #41568B

Tints of Tory Blue #41568B

Color information

#41568B (or 0x41568B) is unknown color: approx Tory Blue. HEX triplet: 41, 56 and 8B. RGB value is (65,86,139). Sum of RGB (Red+Green+Blue) = 65+86+139=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #41568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41568B is #BEA974. Grayscale: #555555. Windows color (decimal): -12495221 or 9131585. OLE color: 9131585.

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

Color convert

RGB6586139-
CMYK0.530.3800.45
HSL222.97º36.27%40%-
HSV(B)222.97º53.24%54.51%-
XYZ10.179.6425.75-
YUV85.76158.04113.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=22.41%
G=29.66%
B=47.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65861390.530.3800.45222.9736.2740
Hex41568B352602Ddf2428
Octal10112621365460553374450
Binary1000001101011010001011110101100110010110111011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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