#3447A3

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

Shades of Tory Blue #3447A3

Tints of Tory Blue #3447A3

Color information

#3447A3 (or 0x3447A3) is unknown color: approx Tory Blue. HEX triplet: 34, 47 and A3. RGB value is (52,71,163). Sum of RGB (Red+Green+Blue) = 52+71+163=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #3447A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3447A3 is #CBB85C. Grayscale: #4B4B4B. Windows color (decimal): -13351005 or 10700596. OLE color: 10700596.

HSL color Cylindrical-coordinate representation of color #3447A3: hue angle of 229.73º 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 #3447A3 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5271163-
CMYK0.680.5600.36
HSL229.73º51.63%42.16%-
HSV(B)229.73º68.1%63.92%-
XYZ10.287.8835.63-
YUV75.81177.21111.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 163 (64.06% from 255) = 56.99%
R=18.18%
G=24.83%
B=56.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52711630.680.5600.36229.7351.6342.16
Hex3447A34438024e6342a
Octal64107243104700443466452
Binary1101001000111101000111000100111000010010011100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3447A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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