#3440A0

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

Shades of Tory Blue #3440A0

Tints of Tory Blue #3440A0

Color information

#3440A0 (or 0x3440A0) is unknown color: approx Tory Blue. HEX triplet: 34, 40 and A0. RGB value is (52,64,160). Sum of RGB (Red+Green+Blue) = 52+64+160=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #3440A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3440A0 is #CBBF5F. Grayscale: #464646. Windows color (decimal): -13352800 or 10502196. OLE color: 10502196.

HSL color Cylindrical-coordinate representation of color #3440A0: hue angle of 233.33º 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 #3440A0 is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5264160-
CMYK0.680.600.37
HSL233.33º50.94%41.57%-
HSV(B)233.33º67.5%62.75%-
XYZ9.596.9334.09-
YUV71.36178.02114.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 160 (62.89% from 255) = 57.97%
R=18.84%
G=23.19%
B=57.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52641600.680.600.37233.3350.9441.57
Hex3440A0443C025e9332a
Octal64100240104740453516352
Binary1101001000000101000001000100111100010010111101001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3440A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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