#3B4488

Color #3B4488 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #3B4488

Tints of Jacksons Purple #3B4488

Color information

#3B4488 (or 0x3B4488) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 44 and 88. RGB value is (59,68,136). Sum of RGB (Red+Green+Blue) = 59+68+136=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B4488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4488 is #C4BB77. Grayscale: #484848. Windows color (decimal): -12893048 or 8930363. OLE color: 8930363.

HSL color Cylindrical-coordinate representation of color #3B4488: hue angle of 232.99º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B4488 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5968136-
CMYK0.570.5000.47
HSL232.99º39.49%38.24%-
HSV(B)232.99º56.62%53.33%-
XYZ8.316.8424.17-
YUV73.06163.52117.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.43%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=22.43%
G=25.86%
B=51.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59681360.570.5000.47232.9939.4938.24
Hex3B4488393202Fe92726
Octal7310421071620573514746
Binary111011100010010001000111001110010010111111101001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,136); }

 H1.HeaderClassName
 {
   color: #3B4488;
 }
 .AnyTagClassName
 {
   color: #3B4488;
 }
</style>
background-color css

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

 a { background-color: rgb(59,68,136); }

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

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

 span { border-color: rgb(59,68,136); }

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