#3446A3

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

Shades of Tory Blue #3446A3

Tints of Tory Blue #3446A3

Color information

#3446A3 (or 0x3446A3) is unknown color: approx Tory Blue. HEX triplet: 34, 46 and A3. RGB value is (52,70,163). Sum of RGB (Red+Green+Blue) = 52+70+163=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #3446A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3446A3 is #CBB95C. Grayscale: #4A4A4A. Windows color (decimal): -13351261 or 10700340. OLE color: 10700340.

HSL color Cylindrical-coordinate representation of color #3446A3: hue angle of 230.27º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3446A3 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5270163-
CMYK0.680.5700.36
HSL230.27º51.63%42.16%-
HSV(B)230.27º68.1%63.92%-
XYZ10.227.7535.61-
YUV75.22177.54111.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 163 (64.06% from 255) = 57.19%
R=18.25%
G=24.56%
B=57.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52701630.680.5700.36230.2751.6342.16
Hex3446A34439024e6342a
Octal64106243104710443466452
Binary1101001000110101000111000100111001010010011100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3446A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3446A3; }

 p { color: rgb(52,70,163); }

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

<style>
 a { background-color: #3446A3; }

 a { background-color: rgb(52,70,163); }

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

<style>
 span { border-color: #3446A3; }

 span { border-color: rgb(52,70,163); }

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