#343E84

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

Shades of Jacksons Purple #343E84

Tints of Jacksons Purple #343E84

Color information

#343E84 (or 0x343E84) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3E and 84. RGB value is (52,62,132). Sum of RGB (Red+Green+Blue) = 52+62+132=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #343E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343E84 is #CBC17B. Grayscale: #424242. Windows color (decimal): -13353340 or 8666676. OLE color: 8666676.

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

Color convert

RGB5262132-
CMYK0.610.5300.48
HSL232.5º43.48%36.08%-
HSV(B)232.5º60.61%51.76%-
XYZ7.35.8422.57-
YUV66.99164.69117.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=21.14%
G=25.20%
B=53.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52621320.610.5300.48232.543.4836.08
Hex343E843D35030e82b24
Octal647620475650603505344
Binary11010011111010000100111101110101011000011101000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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