#3441A0

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

Shades of Tory Blue #3441A0

Tints of Tory Blue #3441A0

Color information

#3441A0 (or 0x3441A0) is unknown color: approx Tory Blue. HEX triplet: 34, 41 and A0. RGB value is (52,65,160). Sum of RGB (Red+Green+Blue) = 52+65+160=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #3441A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3441A0 is #CBBE5F. Grayscale: #474747. Windows color (decimal): -13352544 or 10502452. OLE color: 10502452.

HSL color Cylindrical-coordinate representation of color #3441A0: hue angle of 232.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3441A0 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5265160-
CMYK0.680.5900.37
HSL232.78º50.94%41.57%-
HSV(B)232.78º67.5%62.75%-
XYZ9.657.0534.11-
YUV71.94177.69113.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 160 (62.89% from 255) = 57.76%
R=18.77%
G=23.47%
B=57.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52651600.680.5900.37232.7850.9441.57
Hex3441A0443B025e9332a
Octal64101240104730453516352
Binary1101001000001101000001000100111011010010111101001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3441A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3441A0; }

 p { color: rgb(52,65,160); }

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

<style>
 a { background-color: #3441A0; }

 a { background-color: rgb(52,65,160); }

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

<style>
 span { border-color: #3441A0; }

 span { border-color: rgb(52,65,160); }

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