#343688

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

Shades of Jacksons Purple #343688

Tints of Jacksons Purple #343688

Color information

#343688 (or 0x343688) is unknown color: approx Jacksons Purple. HEX triplet: 34, 36 and 88. RGB value is (52,54,136). Sum of RGB (Red+Green+Blue) = 52+54+136=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #343688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343688 is #CBC977. Grayscale: #3E3E3E. Windows color (decimal): -13355384 or 8926772. OLE color: 8926772.

HSL color Cylindrical-coordinate representation of color #343688: hue angle of 238.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 #343688 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5254136-
CMYK0.620.6000.47
HSL238.57º44.68%36.86%-
HSV(B)238.57º61.76%53.33%-
XYZ7.185.1523.91-
YUV62.75169.34120.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 136 (53.52% from 255) = 56.20%
R=21.49%
G=22.31%
B=56.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52541360.620.6000.47238.5744.6836.86
Hex3436883E3C02Fef2d25
Octal646621076740573575545
Binary11010011011010001000111110111100010111111101111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343688; }

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

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

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

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

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

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

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

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