#343C86

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

Shades of Jacksons Purple #343C86

Tints of Jacksons Purple #343C86

Color information

#343C86 (or 0x343C86) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3C and 86. RGB value is (52,60,134). Sum of RGB (Red+Green+Blue) = 52+60+134=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #343C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C86 is #CBC379. Grayscale: #414141. Windows color (decimal): -13353850 or 8797236. OLE color: 8797236.

HSL color Cylindrical-coordinate representation of color #343C86: hue angle of 234.15º 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 #343C86 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5260134-
CMYK0.610.5500.47
HSL234.15º44.09%36.47%-
HSV(B)234.15º61.19%52.55%-
XYZ7.345.6823.26-
YUV66.04166.35117.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 134 (52.73% from 255) = 54.47%
R=21.14%
G=24.39%
B=54.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52601340.610.5500.47234.1544.0936.47
Hex343C863D3702Fea2c24
Octal647420675670573525444
Binary11010011110010000110111101110111010111111101010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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