Html Css Color HEX #343B84 Jacksons Purple

📋 copy color: '#343B84'

red 52 ◦ green 59 ◦ blue 132

#343B84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #343B84

Tints of Jacksons Purple #343B84

RGB

 RED value IS 52 (20.7% from 255) = 21.4%

 GREEN value IS 59 (23.44% from 255) = 24.28%

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 21.4%
G = 24.28%
B = 54.32%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#343B84 (or 0x343B84) is known color: Jacksons Purple. HEX triplet: 34, 3B and 84. RGB value is (52,59,132). Sum of RGB (Red+Green+Blue) = 52+59+132=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #343B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343B84 is #CBC47B. Grayscale: #404040. Windows color (decimal): -13354108 or 8665908. OLE color: 8665908.

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

Color convert

RGB 52 59 132 -
CMYK 0.61 0.55 0 0.48
HSL 234.75º 0.43% 0.36% -
HSV(B) 234.75º 0.61% 0.52% -
XYZ 7.14 5.52 22.52 -
YUV 65.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 52 59 132 0.61 0.55 0 0.48 234.75 0.43 0.36
Hex 34 3B 84 3D 37 0 30 EB 2B 24
Octal 64 73 204 75 67 0 60 353 53 44
Binary 110100 111011 10000100 111101 110111 0 110000 11101011 101011 100100

Color Harmonies of #343B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B84

Black with #343B84

Text Example


Text Example

White with #343B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,132); }

 H1.HeaderClassName
 {
   color: #343B84;
 }
 .AnyTagClassName
 {
   color: #343B84;
 }
</style>

background-color css

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

 a { background-color: rgb(52,59,132); }

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

border-color css

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

 span { border-color: rgb(52,59,132); }

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