Html Css Color HEX #343C8E Jacksons Purple

📋 copy color: '#343C8E'

red 52 ◦ green 60 ◦ blue 142

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

Shades of Jacksons Purple #343C8E

Tints of Jacksons Purple #343C8E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 142 (55.86% from 255) = 55.91%

R = 20.47%
G = 23.62%
B = 55.91%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#343C8E (or 0x343C8E) is known color: Jacksons Purple. HEX triplet: 34, 3C and 8E. RGB value is (52,60,142). Sum of RGB (Red+Green+Blue) = 52+60+142=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #343C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C8E is #CBC371. Grayscale: #424242. Windows color (decimal): -13353842 or 9321524. OLE color: 9321524.

HSL color Cylindrical-coordinate representation of color #343C8E: hue angle of 234.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343C8E is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 60 142 -
CMYK 0.63 0.58 0 0.44
HSL 234.67º 0.46% 0.38% -
HSV(B) 234.67º 0.63% 0.56% -
XYZ 7.91 5.91 26.32 -
YUV 66.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 52 60 142 0.63 0.58 0 0.44 234.67 0.46 0.38
Hex 34 3C 8E 3F 3A 0 2C EB 2E 26
Octal 64 74 216 77 72 0 54 353 56 46
Binary 110100 111100 10001110 111111 111010 0 101100 11101011 101110 100110

Color Harmonies of #343C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C8E

Black with #343C8E

Text Example


Text Example

White with #343C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,142); }

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

background-color css

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

 a { background-color: rgb(52,60,142); }

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

border-color css

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

 span { border-color: rgb(52,60,142); }

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