Html Css Color HEX #343F8B Jacksons Purple

📋 copy color: '#343F8B'

red 52 ◦ green 63 ◦ blue 139

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

Shades of Jacksons Purple #343F8B

Tints of Jacksons Purple #343F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

 BLUE value IS 139 (54.69% from 255) = 54.72%

R = 20.47%
G = 24.8%
B = 54.72%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#343F8B (or 0x343F8B) is known color: Jacksons Purple. HEX triplet: 34, 3F and 8B. RGB value is (52,63,139). Sum of RGB (Red+Green+Blue) = 52+63+139=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #343F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F8B is #CBC074. Grayscale: #444444. Windows color (decimal): -13353077 or 9125684. OLE color: 9125684.

HSL color Cylindrical-coordinate representation of color #343F8B: hue angle of 232.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343F8B is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 63 139 -
CMYK 0.63 0.55 0 0.45
HSL 232.41º 0.46% 0.37% -
HSV(B) 232.41º 0.63% 0.55% -
XYZ 7.85 6.15 25.2 -
YUV 68.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 52 63 139 0.63 0.55 0 0.45 232.41 0.46 0.37
Hex 34 3F 8B 3F 37 0 2D E8 2E 25
Octal 64 77 213 77 67 0 55 350 56 45
Binary 110100 111111 10001011 111111 110111 0 101101 11101000 101110 100101

Color Harmonies of #343F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F8B

Black with #343F8B

Text Example


Text Example

White with #343F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,139); }

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

background-color css

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

 a { background-color: rgb(52,63,139); }

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

border-color css

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

 span { border-color: rgb(52,63,139); }

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