Html Css Color HEX #343786 Jacksons Purple

📋 copy color: '#343786'

red 52 ◦ green 55 ◦ blue 134

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

Shades of Jacksons Purple #343786

Tints of Jacksons Purple #343786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 21.58%
G = 22.82%
B = 55.6%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343786 (or 0x343786) is known color: Jacksons Purple. HEX triplet: 34, 37 and 86. RGB value is (52,55,134). Sum of RGB (Red+Green+Blue) = 52+55+134=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #343786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343786 is #CBC879. Grayscale: #3E3E3E. Windows color (decimal): -13355130 or 8795956. OLE color: 8795956.

HSL color Cylindrical-coordinate representation of color #343786: hue angle of 237.8º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343786 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 55 134 -
CMYK 0.61 0.59 0 0.47
HSL 237.8º 0.44% 0.36% -
HSV(B) 237.8º 0.61% 0.53% -
XYZ 7.09 5.18 23.18 -
YUV 63.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 52 55 134 0.61 0.59 0 0.47 237.8 0.44 0.36
Hex 34 37 86 3D 3B 0 2F EE 2C 24
Octal 64 67 206 75 73 0 57 356 54 44
Binary 110100 110111 10000110 111101 111011 0 101111 11101110 101100 100100

Color Harmonies of #343786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343786

Black with #343786

Text Example


Text Example

White with #343786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343786; }

 p { color: rgb(52,55,134); }

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

background-color css

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

 a { background-color: rgb(52,55,134); }

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

border-color css

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

 span { border-color: rgb(52,55,134); }

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