#41568C

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

Shades of Tory Blue #41568C

Tints of Tory Blue #41568C

Color information

#41568C (or 0x41568C) is unknown color: approx Tory Blue. HEX triplet: 41, 56 and 8C. RGB value is (65,86,140). Sum of RGB (Red+Green+Blue) = 65+86+140=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #41568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41568C is #BEA973. Grayscale: #555555. Windows color (decimal): -12495220 or 9197121. OLE color: 9197121.

HSL color Cylindrical-coordinate representation of color #41568C: hue angle of 223.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41568C is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6586140-
CMYK0.540.3900.45
HSL223.2º36.59%40.2%-
HSV(B)223.2º53.57%54.9%-
XYZ10.249.6726.14-
YUV85.88158.54113.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=22.34%
G=29.55%
B=48.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65861400.540.3900.45223.236.5940.2
Hex41568C362702Ddf2528
Octal10112621466470553374550
Binary1000001101011010001100110110100111010110111011111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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