#343F9E

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

Shades of Tory Blue #343F9E

Tints of Tory Blue #343F9E

Color information

#343F9E (or 0x343F9E) is unknown color: approx Tory Blue. HEX triplet: 34, 3F and 9E. RGB value is (52,63,158). Sum of RGB (Red+Green+Blue) = 52+63+158=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #343F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F9E is #CBC061. Grayscale: #464646. Windows color (decimal): -13353058 or 10370868. OLE color: 10370868.

HSL color Cylindrical-coordinate representation of color #343F9E: hue angle of 233.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343F9E is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5263158-
CMYK0.670.6000.38
HSL233.77º50.48%41.18%-
HSV(B)233.77º67.09%61.96%-
XYZ9.376.7533.16-
YUV70.54177.36114.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=19.05%
G=23.08%
B=57.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52631580.670.6000.38233.7750.4841.18
Hex343F9E433C026ea3229
Octal6477236103740463526251
Binary110100111111100111101000011111100010011011101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,63,158); }

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

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

 a { background-color: rgb(52,63,158); }

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

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

 span { border-color: rgb(52,63,158); }

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