#343A90

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

Shades of Jacksons Purple #343A90

Tints of Jacksons Purple #343A90

Color information

#343A90 (or 0x343A90) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3A and 90. RGB value is (52,58,144). Sum of RGB (Red+Green+Blue) = 52+58+144=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #343A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343A90 is #CBC56F. Grayscale: #414141. Windows color (decimal): -13354352 or 9452084. OLE color: 9452084.

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

Color convert

RGB5258144-
CMYK0.640.6000.44
HSL236.09º46.94%38.43%-
HSV(B)236.09º63.89%56.47%-
XYZ7.965.7727.08-
YUV66.01172.01118.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=20.47%
G=22.83%
B=56.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52581440.640.6000.44236.0946.9438.43
Hex343A90403C02Cec2f26
Octal6472220100740543545746
Binary110100111010100100001000000111100010110011101100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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