Html Css Color HEX #3B467E Jacksons Purple

📋 copy color: '#3B467E'

red 59 ◦ green 70 ◦ blue 126

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

Shades of Jacksons Purple #3B467E

Tints of Jacksons Purple #3B467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.41%

R = 23.14%
G = 27.45%
B = 49.41%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B467E (or 0x3B467E) is known color: Jacksons Purple. HEX triplet: 3B, 46 and 7E. RGB value is (59,70,126). Sum of RGB (Red+Green+Blue) = 59+70+126=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B467E is #C4B981. Grayscale: #484848. Windows color (decimal): -12892546 or 8275515. OLE color: 8275515.

HSL color Cylindrical-coordinate representation of color #3B467E: hue angle of 230.15º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B467E is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 70 126 -
CMYK 0.53 0.44 0 0.51
HSL 230.15º 0.36% 0.36% -
HSV(B) 230.15º 0.53% 0.49% -
XYZ 7.76 6.82 20.65 -
YUV 73.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 59 70 126 0.53 0.44 0 0.51 230.15 0.36 0.36
Hex 3B 46 7E 35 2C 0 33 E6 24 24
Octal 73 106 176 65 54 0 63 346 44 44
Binary 111011 1000110 1111110 110101 101100 0 110011 11100110 100100 100100

Color Harmonies of #3B467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B467E

Black with #3B467E

Text Example


Text Example

White with #3B467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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