Shades of Blue Gem #3A28B1
Tints of Blue Gem #3A28B1
RGB
CMYK
RGB Variations
Color information
#3A28B1 (or 0x3A28B1) is known color: Blue Gem. HEX triplet: 3A, 28 and B1. RGB value is (58,40,177). Sum of RGB (Red+Green+Blue) = 58+40+177=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 177 (69.53% from 255 or 64.36% from 275); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A28B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A28B1 is #C5D74E. Grayscale: #3C3C3C. Windows color (decimal): -12965711 or 11610170. OLE color: 11610170.
HSL color Cylindrical-coordinate representation of color #3A28B1: hue angle of 247.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A28B1 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 40 | 177 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.31 |
| HSL | 247.88º | 0.63% | 0.43% | - |
| HSV(B) | 247.88º | 0.77% | 0.69% | - |
| XYZ | 10.44 | 5.59 | 42.12 | - |
| YUV | 61 | 193.46 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 177 | 0.67 | 0.77 | 0 | 0.31 | 247.88 | 0.63 | 0.43 |
| Hex | 3A | 28 | B1 | 43 | 4D | 0 | 1F | F8 | 3F | 2B |
| Octal | 72 | 50 | 261 | 103 | 115 | 0 | 37 | 370 | 77 | 53 |
| Binary | 111010 | 101000 | 10110001 | 1000011 | 1001101 | 0 | 11111 | 11111000 | 111111 | 101011 |
Color Harmonies of #3A28B1
Complementary color
Monochromatic Colors of #3A28B1
Black with #3A28B1
Text Example
Text Example
White with #3A28B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28B1; }
p { color: rgb(58,40,177); }
H1.HeaderClassName
{
color: #3A28B1;
}
.AnyTagClassName
{
color: #3A28B1;
}
</style>
background-color css
<style>
a { background-color: #3A28B1; }
a { background-color: rgb(58,40,177); }
div.DivClassName
{
background-color: #3A28B1;
}
.BgClassName
{
background-color: #3A28B1;
}
</style>
border-color css
<style>
span { border-color: #3A28B1; }
span { border-color: rgb(58,40,177); }
td.TdClassName
{
border-color: #3A28B1;
}
.TagClassName
{
border-color: #3A28B1;
}
</style>