#343E9A

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

Shades of Tory Blue #343E9A

Tints of Tory Blue #343E9A

Color information

#343E9A (or 0x343E9A) is unknown color: approx Tory Blue. HEX triplet: 34, 3E and 9A. RGB value is (52,62,154). Sum of RGB (Red+Green+Blue) = 52+62+154=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #343E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343E9A is #CBC165. Grayscale: #454545. Windows color (decimal): -13353318 or 10108468. OLE color: 10108468.

HSL color Cylindrical-coordinate representation of color #343E9A: hue angle of 234.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343E9A is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5262154-
CMYK0.660.6000.40
HSL234.12º49.51%40.39%-
HSV(B)234.12º66.23%60.39%-
XYZ8.976.5131.36-
YUV69.5175.69115.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=19.40%
G=23.13%
B=57.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52621540.660.6000.40234.1249.5140.39
Hex343E9A423C028ea3228
Octal6476232102740503526250
Binary110100111110100110101000010111100010100011101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,62,154); }

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

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

 a { background-color: rgb(52,62,154); }

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

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

 span { border-color: rgb(52,62,154); }

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