#3B1BAB

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

Shades of Blue Gem #3B1BAB

Tints of Blue Gem #3B1BAB

Color information

#3B1BAB (or 0x3B1BAB) is unknown color: approx Blue Gem. HEX triplet: 3B, 1B and AB. RGB value is (59,27,171). Sum of RGB (Red+Green+Blue) = 59+27+171=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B1BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1BAB is #C4E454. Grayscale: #343434. Windows color (decimal): -12903509 or 11213627. OLE color: 11213627.

HSL color Cylindrical-coordinate representation of color #3B1BAB: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B1BAB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5927171-
CMYK0.650.8400.33
HSL253.33º72.73%38.82%-
HSV(B)253.33º84.21%67.06%-
XYZ9.554.6538.92-
YUV52.98194.6132.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 171 (67.19% from 255) = 66.54%
R=22.96%
G=10.51%
B=66.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59271710.650.8400.33253.3372.7338.82
Hex3B1BAB4154021fd4927
Octal733325310112404137511147
Binary1110111101110101011100000110101000100001111111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,27,171); }

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

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

 a { background-color: rgb(59,27,171); }

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

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

 span { border-color: rgb(59,27,171); }

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