Html Css Color HEX #343896 Jacksons Purple

📋 copy color: '#343896'

red 52 ◦ green 56 ◦ blue 150

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

Shades of Jacksons Purple #343896

Tints of Jacksons Purple #343896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

 BLUE value IS 150 (58.98% from 255) = 58.14%

R = 20.16%
G = 21.71%
B = 58.14%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#343896 (or 0x343896) is known color: Jacksons Purple. HEX triplet: 34, 38 and 96. RGB value is (52,56,150). Sum of RGB (Red+Green+Blue) = 52+56+150=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #343896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343896 is #CBC769. Grayscale: #414141. Windows color (decimal): -13354858 or 9844788. OLE color: 9844788.

HSL color Cylindrical-coordinate representation of color #343896: hue angle of 237.55º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343896 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 56 150 -
CMYK 0.65 0.63 0 0.41
HSL 237.55º 0.49% 0.4% -
HSV(B) 237.55º 0.65% 0.59% -
XYZ 8.34 5.76 29.53 -
YUV 65.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 52 56 150 0.65 0.63 0 0.41 237.55 0.49 0.4
Hex 34 38 96 41 3F 0 29 EE 31 28
Octal 64 70 226 101 77 0 51 356 61 50
Binary 110100 111000 10010110 1000001 111111 0 101001 11101110 110001 101000

Color Harmonies of #343896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343896

Black with #343896

Text Example


Text Example

White with #343896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343896; }

 p { color: rgb(52,56,150); }

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

background-color css

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

 a { background-color: rgb(52,56,150); }

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

border-color css

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

 span { border-color: rgb(52,56,150); }

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