Html Css Color HEX #343B94 Jacksons Purple

📋 copy color: '#343B94'

red 52 ◦ green 59 ◦ blue 148

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

Shades of Jacksons Purple #343B94

Tints of Jacksons Purple #343B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 20.08%
G = 22.78%
B = 57.14%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343B94 (or 0x343B94) is known color: Jacksons Purple. HEX triplet: 34, 3B and 94. RGB value is (52,59,148). Sum of RGB (Red+Green+Blue) = 52+59+148=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #343B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343B94 is #CBC46B. Grayscale: #424242. Windows color (decimal): -13354092 or 9714484. OLE color: 9714484.

HSL color Cylindrical-coordinate representation of color #343B94: hue angle of 235.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343B94 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 59 148 -
CMYK 0.65 0.60 0 0.42
HSL 235.63º 0.48% 0.39% -
HSV(B) 235.63º 0.65% 0.58% -
XYZ 8.33 6 28.74 -
YUV 67.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 52 59 148 0.65 0.60 0 0.42 235.63 0.48 0.39
Hex 34 3B 94 41 3C 0 2A EC 30 27
Octal 64 73 224 101 74 0 52 354 60 47
Binary 110100 111011 10010100 1000001 111100 0 101010 11101100 110000 100111

Color Harmonies of #343B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B94

Black with #343B94

Text Example


Text Example

White with #343B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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