#343D88

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

Shades of Jacksons Purple #343D88

Tints of Jacksons Purple #343D88

Color information

#343D88 (or 0x343D88) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3D and 88. RGB value is (52,61,136). Sum of RGB (Red+Green+Blue) = 52+61+136=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #343D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D88 is #CBC277. Grayscale: #424242. Windows color (decimal): -13353592 or 8928564. OLE color: 8928564.

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

Color convert

RGB5261136-
CMYK0.620.5500.47
HSL233.57º44.68%36.86%-
HSV(B)233.57º61.76%53.33%-
XYZ7.535.8524.02-
YUV66.86167.02117.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=20.88%
G=24.50%
B=54.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52611360.620.5500.47233.5744.6836.86
Hex343D883E3702Fea2d25
Octal647521076670573525545
Binary11010011110110001000111110110111010111111101010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,61,136); }

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

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

 a { background-color: rgb(52,61,136); }

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

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

 span { border-color: rgb(52,61,136); }

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