Html Css Color HEX #3B4680 Jacksons Purple

📋 copy color: '#3B4680'

red 59 ◦ green 70 ◦ blue 128

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

Shades of Jacksons Purple #3B4680

Tints of Jacksons Purple #3B4680

RGB

 RED value IS 59 (23.44% from 255) = 22.96%

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 128 (50.39% from 255) = 49.81%

R = 22.96%
G = 27.24%
B = 49.81%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3B4680 (or 0x3B4680) is known color: Jacksons Purple. HEX triplet: 3B, 46 and 80. RGB value is (59,70,128). Sum of RGB (Red+Green+Blue) = 59+70+128=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B4680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4680 is #C4B97F. Grayscale: #494949. Windows color (decimal): -12892544 or 8406587. OLE color: 8406587.

HSL color Cylindrical-coordinate representation of color #3B4680: hue angle of 230.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B4680 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 70 128 -
CMYK 0.54 0.45 0 0.50
HSL 230.43º 0.37% 0.37% -
HSV(B) 230.43º 0.54% 0.5% -
XYZ 7.89 6.87 21.33 -
YUV 73.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 59 70 128 0.54 0.45 0 0.50 230.43 0.37 0.37
Hex 3B 46 80 36 2D 0 32 E6 25 25
Octal 73 106 200 66 55 0 62 346 45 45
Binary 111011 1000110 10000000 110110 101101 0 110010 11100110 100101 100101

Color Harmonies of #3B4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4680

Black with #3B4680

Text Example


Text Example

White with #3B4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4680; }

 p { color: rgb(59,70,128); }

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

background-color css

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

 a { background-color: rgb(59,70,128); }

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

border-color css

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

 span { border-color: rgb(59,70,128); }

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