#343B86

Color #343B86 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #343B86

Tints of Jacksons Purple #343B86

Color information

#343B86 (or 0x343B86) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3B and 86. RGB value is (52,59,134). Sum of RGB (Red+Green+Blue) = 52+59+134=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #343B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343B86 is #CBC479. Grayscale: #414141. Windows color (decimal): -13354106 or 8796980. OLE color: 8796980.

HSL color Cylindrical-coordinate representation of color #343B86: hue angle of 234.88º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343B86 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5259134-
CMYK0.610.5600.47
HSL234.88º44.09%36.47%-
HSV(B)234.88º61.19%52.55%-
XYZ7.285.5823.25-
YUV65.46166.68118.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 134 (52.73% from 255) = 54.69%
R=21.22%
G=24.08%
B=54.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52591340.610.5600.47234.8844.0936.47
Hex343B863D3802Feb2c24
Octal647320675700573535444
Binary11010011101110000110111101111000010111111101011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,134); }

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

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

 a { background-color: rgb(52,59,134); }

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

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

 span { border-color: rgb(52,59,134); }

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