Shades of Blue Gem #3B1BB0
Tints of Blue Gem #3B1BB0
RGB
CMYK
RGB Variations
Color information
#3B1BB0 (or 0x3B1BB0) is known color: Blue Gem. HEX triplet: 3B, 1B and B0. RGB value is (59,27,176). Sum of RGB (Red+Green+Blue) = 59+27+176=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B1BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1BB0 is #C4E44F. Grayscale: #343434. Windows color (decimal): -12903504 or 11541307. OLE color: 11541307.
HSL color Cylindrical-coordinate representation of color #3B1BB0: hue angle of 252.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1BB0 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 27 | 176 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.31 |
| HSL | 252.89º | 0.73% | 0.4% | - |
| HSV(B) | 252.89º | 0.85% | 0.69% | - |
| XYZ | 10.03 | 4.85 | 41.48 | - |
| YUV | 53.55 | 197.1 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 176 | 0.66 | 0.85 | 0 | 0.31 | 252.89 | 0.73 | 0.4 |
| Hex | 3B | 1B | B0 | 42 | 55 | 0 | 1F | FD | 49 | 28 |
| Octal | 73 | 33 | 260 | 102 | 125 | 0 | 37 | 375 | 111 | 50 |
| Binary | 111011 | 11011 | 10110000 | 1000010 | 1010101 | 0 | 11111 | 11111101 | 1001001 | 101000 |
Color Harmonies of #3B1BB0
Complementary color
Monochromatic Colors of #3B1BB0
Black with #3B1BB0
Text Example
Text Example
White with #3B1BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1BB0; }
p { color: rgb(59,27,176); }
H1.HeaderClassName
{
color: #3B1BB0;
}
.AnyTagClassName
{
color: #3B1BB0;
}
</style>
background-color css
<style>
a { background-color: #3B1BB0; }
a { background-color: rgb(59,27,176); }
div.DivClassName
{
background-color: #3B1BB0;
}
.BgClassName
{
background-color: #3B1BB0;
}
</style>
border-color css
<style>
span { border-color: #3B1BB0; }
span { border-color: rgb(59,27,176); }
td.TdClassName
{
border-color: #3B1BB0;
}
.TagClassName
{
border-color: #3B1BB0;
}
</style>