#343A85

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

Shades of Jacksons Purple #343A85

Tints of Jacksons Purple #343A85

Color information

#343A85 (or 0x343A85) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3A and 85. RGB value is (52,58,133). Sum of RGB (Red+Green+Blue) = 52+58+133=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #343A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343A85 is #CBC57A. Grayscale: #404040. Windows color (decimal): -13354363 or 8731188. OLE color: 8731188.

HSL color Cylindrical-coordinate representation of color #343A85: hue angle of 235.56º degrees, saturation: 0.44, 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 #343A85 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5258133-
CMYK0.610.5600.48
HSL235.56º43.78%36.27%-
HSV(B)235.56º60.9%52.16%-
XYZ7.165.4522.86-
YUV64.76166.51118.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=21.40%
G=23.87%
B=54.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52581330.610.5600.48235.5643.7836.27
Hex343A853D38030ec2c24
Octal647220575700603545444
Binary11010011101010000101111101111000011000011101100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,133); }

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

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

 a { background-color: rgb(52,58,133); }

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

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

 span { border-color: rgb(52,58,133); }

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