#343a8b

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

Shades of Jacksons Purple #343A8B

Tints of Jacksons Purple #343A8B

Color information

#343A8B (or 0x343A8B) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3A and 8B. RGB value is (52,58,139). Sum of RGB (Red+Green+Blue) = 52+58+139=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #343A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343A8B is #CBC574. Grayscale: #414141. Windows color (decimal): -13354357 or 9124404. OLE color: 9124404.

HSL color Cylindrical-coordinate representation of color #343A8B: hue angle of 235.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343A8B is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5258139-
CMYK0.630.5800.45
HSL235.86º45.55%37.45%-
HSV(B)235.86º62.59%54.51%-
XYZ7.595.6225.11-
YUV65.44169.51118.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=20.88%
G=23.29%
B=55.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52581390.630.5800.45235.8645.5537.45
Hex343A8B3F3A02Dec2e25
Octal647221377720553545645
Binary11010011101010001011111111111010010110111101100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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