#343DA2

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

Shades of Tory Blue #343DA2

Tints of Tory Blue #343DA2

Color information

#343DA2 (or 0x343DA2) is unknown color: approx Tory Blue. HEX triplet: 34, 3D and A2. RGB value is (52,61,162). Sum of RGB (Red+Green+Blue) = 52+61+162=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #343DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DA2 is #CBC25D. Grayscale: #454545. Windows color (decimal): -13353566 or 10632500. OLE color: 10632500.

HSL color Cylindrical-coordinate representation of color #343DA2: hue angle of 235.09º degrees, saturation: 0.51, 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 #343DA2 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5261162-
CMYK0.680.6200.36
HSL235.09º51.4%41.96%-
HSV(B)235.09º67.9%63.53%-
XYZ9.616.6834.96-
YUV69.82180.02115.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 162 (63.67% from 255) = 58.91%
R=18.91%
G=22.18%
B=58.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52611620.680.6200.36235.0951.441.96
Hex343DA2443E024eb332a
Octal6475242104760443536352
Binary110100111101101000101000100111110010010011101011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343DA2; }

 p { color: rgb(52,61,162); }

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

<style>
 a { background-color: #343DA2; }

 a { background-color: rgb(52,61,162); }

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

<style>
 span { border-color: #343DA2; }

 span { border-color: rgb(52,61,162); }

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