#3B289F

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

Shades of Blue Gem #3B289F

Tints of Blue Gem #3B289F

Color information

#3B289F (or 0x3B289F) is unknown color: approx Blue Gem. HEX triplet: 3B, 28 and 9F. RGB value is (59,40,159). Sum of RGB (Red+Green+Blue) = 59+40+159=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B289F is #C4D760. Grayscale: #3A3A3A. Windows color (decimal): -12900193 or 10430523. OLE color: 10430523.

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

Color convert

RGB5940159-
CMYK0.630.7500.38
HSL249.58º59.8%39.02%-
HSV(B)249.58º74.84%62.35%-
XYZ8.824.9533.29-
YUV59.25184.29127.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.87%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 159 (62.5% from 255) = 61.63%
R=22.87%
G=15.50%
B=61.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59401590.630.7500.38249.5859.839.02
Hex3B289F3F4B026fa3c27
Octal7350237771130463727447
Binary111011101000100111111111111001011010011011111010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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