#3B289B

Color #3B289B Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3B289B

Tints of Blue Gem #3B289B

Color information

#3B289B (or 0x3B289B) is unknown color: approx Blue Gem. HEX triplet: 3B, 28 and 9B. RGB value is (59,40,155). Sum of RGB (Red+Green+Blue) = 59+40+155=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B289B is #C4D764. Grayscale: #3A3A3A. Windows color (decimal): -12900197 or 10168379. OLE color: 10168379.

HSL color Cylindrical-coordinate representation of color #3B289B: hue angle of 249.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B289B is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5940155-
CMYK0.620.7400.39
HSL249.91º58.97%38.24%-
HSV(B)249.91º74.19%60.78%-
XYZ8.484.8131.49-
YUV58.79182.29128.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=23.23%
G=15.75%
B=61.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59401550.620.7400.39249.9158.9738.24
Hex3B289B3E4A027fa3b26
Octal7350233761120473727346
Binary111011101000100110111111101001010010011111111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,40,155); }

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

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

 a { background-color: rgb(59,40,155); }

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

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

 span { border-color: rgb(59,40,155); }

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