Shades of Blue Gem #3D3AAF
Tints of Blue Gem #3D3AAF
RGB
CMYK
RGB Variations
Color information
#3D3AAF (or 0x3D3AAF) is known color: Blue Gem. HEX triplet: 3D, 3A and AF. RGB value is (61,58,175). Sum of RGB (Red+Green+Blue) = 61+58+175=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D3AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3AAF is #C2C550. Grayscale: #474747. Windows color (decimal): -12764497 or 11483709. OLE color: 11483709.
HSL color Cylindrical-coordinate representation of color #3D3AAF: hue angle of 241.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3AAF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 58 | 175 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.31 |
| HSL | 241.54º | 0.5% | 0.46% | - |
| HSV(B) | 241.54º | 0.67% | 0.69% | - |
| XYZ | 11.18 | 7.11 | 41.34 | - |
| YUV | 72.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 175 | 0.65 | 0.67 | 0 | 0.31 | 241.54 | 0.5 | 0.46 |
| Hex | 3D | 3A | AF | 41 | 43 | 0 | 1F | F2 | 32 | 2E |
| Octal | 75 | 72 | 257 | 101 | 103 | 0 | 37 | 362 | 62 | 56 |
| Binary | 111101 | 111010 | 10101111 | 1000001 | 1000011 | 0 | 11111 | 11110010 | 110010 | 101110 |
Color Harmonies of #3D3AAF
Complementary color
Monochromatic Colors of #3D3AAF
Black with #3D3AAF
Text Example
Text Example
White with #3D3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3AAF; }
p { color: rgb(61,58,175); }
H1.HeaderClassName
{
color: #3D3AAF;
}
.AnyTagClassName
{
color: #3D3AAF;
}
</style>
background-color css
<style>
a { background-color: #3D3AAF; }
a { background-color: rgb(61,58,175); }
div.DivClassName
{
background-color: #3D3AAF;
}
.BgClassName
{
background-color: #3D3AAF;
}
</style>
border-color css
<style>
span { border-color: #3D3AAF; }
span { border-color: rgb(61,58,175); }
td.TdClassName
{
border-color: #3D3AAF;
}
.TagClassName
{
border-color: #3D3AAF;
}
</style>