#3B289E

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

Shades of Blue Gem #3B289E

Tints of Blue Gem #3B289E

Color information

#3B289E (or 0x3B289E) is unknown color: approx Blue Gem. HEX triplet: 3B, 28 and 9E. RGB value is (59,40,158). Sum of RGB (Red+Green+Blue) = 59+40+158=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B289E is #C4D761. Grayscale: #3A3A3A. Windows color (decimal): -12900194 or 10364987. OLE color: 10364987.

HSL color Cylindrical-coordinate representation of color #3B289E: hue angle of 249.66º 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 #3B289E is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5940158-
CMYK0.630.7500.38
HSL249.66º59.6%38.82%-
HSV(B)249.66º74.68%61.96%-
XYZ8.734.9232.84-
YUV59.13183.79127.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=22.96%
G=15.56%
B=61.48%

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
Decimal59401580.630.7500.38249.6659.638.82
Hex3B289E3F4B026fa3c27
Octal7350236771130463727447
Binary111011101000100111101111111001011010011011111010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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