Shades of Blue Gem #3D28AC
Tints of Blue Gem #3D28AC
RGB
CMYK
RGB Variations
Color information
#3D28AC (or 0x3D28AC) is known color: Blue Gem. HEX triplet: 3D, 28 and AC. RGB value is (61,40,172). Sum of RGB (Red+Green+Blue) = 61+40+172=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D28AC is #C2D753. Grayscale: #3C3C3C. Windows color (decimal): -12769108 or 11282493. OLE color: 11282493.
HSL color Cylindrical-coordinate representation of color #3D28AC: hue angle of 249.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D28AC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 40 | 172 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.33 |
| HSL | 249.55º | 0.62% | 0.42% | - |
| HSV(B) | 249.55º | 0.77% | 0.67% | - |
| XYZ | 10.13 | 5.49 | 39.56 | - |
| YUV | 61.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 172 | 0.65 | 0.77 | 0 | 0.33 | 249.55 | 0.62 | 0.42 |
| Hex | 3D | 28 | AC | 41 | 4D | 0 | 21 | FA | 3E | 2A |
| Octal | 75 | 50 | 254 | 101 | 115 | 0 | 41 | 372 | 76 | 52 |
| Binary | 111101 | 101000 | 10101100 | 1000001 | 1001101 | 0 | 100001 | 11111010 | 111110 | 101010 |
Color Harmonies of #3D28AC
Complementary color
Monochromatic Colors of #3D28AC
Black with #3D28AC
Text Example
Text Example
White with #3D28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D28AC; }
p { color: rgb(61,40,172); }
H1.HeaderClassName
{
color: #3D28AC;
}
.AnyTagClassName
{
color: #3D28AC;
}
</style>
background-color css
<style>
a { background-color: #3D28AC; }
a { background-color: rgb(61,40,172); }
div.DivClassName
{
background-color: #3D28AC;
}
.BgClassName
{
background-color: #3D28AC;
}
</style>
border-color css
<style>
span { border-color: #3D28AC; }
span { border-color: rgb(61,40,172); }
td.TdClassName
{
border-color: #3D28AC;
}
.TagClassName
{
border-color: #3D28AC;
}
</style>