#3B2B9B

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

Shades of Blue Gem #3B2B9B

Tints of Blue Gem #3B2B9B

Color information

#3B2B9B (or 0x3B2B9B) is unknown color: approx Blue Gem. HEX triplet: 3B, 2B and 9B. RGB value is (59,43,155). Sum of RGB (Red+Green+Blue) = 59+43+155=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B2B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2B9B is #C4D464. Grayscale: #3C3C3C. Windows color (decimal): -12899429 or 10169147. OLE color: 10169147.

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

Color convert

RGB5943155-
CMYK0.620.7200.39
HSL248.57º56.57%38.82%-
HSV(B)248.57º72.26%60.78%-
XYZ8.585.0231.53-
YUV60.55181.3126.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=22.96%
G=16.73%
B=60.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59431550.620.7200.39248.5756.5738.82
Hex3B2B9B3E48027f93927
Octal7353233761100473717147
Binary111011101011100110111111101001000010011111111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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