Html Css Color HEX #3B4192 Jacksons Purple

📋 copy color: '#3B4192'

red 59 ◦ green 65 ◦ blue 146

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

Shades of Jacksons Purple #3B4192

Tints of Jacksons Purple #3B4192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 21.85%
G = 24.07%
B = 54.07%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B4192 (or 0x3B4192) is known color: Jacksons Purple. HEX triplet: 3B, 41 and 92. RGB value is (59,65,146). Sum of RGB (Red+Green+Blue) = 59+65+146=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B4192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4192 is #C4BE6D. Grayscale: #484848. Windows color (decimal): -12893806 or 9584955. OLE color: 9584955.

HSL color Cylindrical-coordinate representation of color #3B4192: hue angle of 235.86º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B4192 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 65 146 -
CMYK 0.60 0.55 0 0.43
HSL 235.86º 0.42% 0.4% -
HSV(B) 235.86º 0.6% 0.57% -
XYZ 8.88 6.79 28.04 -
YUV 72.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 59 65 146 0.60 0.55 0 0.43 235.86 0.42 0.4
Hex 3B 41 92 3C 37 0 2B EC 2A 28
Octal 73 101 222 74 67 0 53 354 52 50
Binary 111011 1000001 10010010 111100 110111 0 101011 11101100 101010 101000

Color Harmonies of #3B4192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4192

Black with #3B4192

Text Example


Text Example

White with #3B4192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,65,146); }

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

background-color css

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

 a { background-color: rgb(59,65,146); }

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

border-color css

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

 span { border-color: rgb(59,65,146); }

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