Html Css Color HEX #343687 Jacksons Purple

📋 copy color: '#343687'

red 52 ◦ green 54 ◦ blue 135

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

Shades of Jacksons Purple #343687

Tints of Jacksons Purple #343687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 135 (53.13% from 255) = 56.02%

R = 21.58%
G = 22.41%
B = 56.02%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343687 (or 0x343687) is known color: Jacksons Purple. HEX triplet: 34, 36 and 87. RGB value is (52,54,135). Sum of RGB (Red+Green+Blue) = 52+54+135=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #343687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343687 is #CBC978. Grayscale: #3E3E3E. Windows color (decimal): -13355385 or 8861236. OLE color: 8861236.

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

Color convert

RGB 52 54 135 -
CMYK 0.61 0.60 0 0.47
HSL 238.55º 0.44% 0.37% -
HSV(B) 238.55º 0.61% 0.53% -
XYZ 7.11 5.12 23.53 -
YUV 62.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 52 54 135 0.61 0.60 0 0.47 238.55 0.44 0.37
Hex 34 36 87 3D 3C 0 2F EF 2C 25
Octal 64 66 207 75 74 0 57 357 54 45
Binary 110100 110110 10000111 111101 111100 0 101111 11101111 101100 100101

Color Harmonies of #343687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343687

Black with #343687

Text Example


Text Example

White with #343687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343687; }

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

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

background-color css

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

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

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

border-color css

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

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

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