Shades of Blue Gem #3D1BAF
Tints of Blue Gem #3D1BAF
RGB
CMYK
RGB Variations
Color information
#3D1BAF (or 0x3D1BAF) is known color: Blue Gem. HEX triplet: 3D, 1B and AF. RGB value is (61,27,175). Sum of RGB (Red+Green+Blue) = 61+27+175=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D1BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1BAF is #C2E450. Grayscale: #353535. Windows color (decimal): -12772433 or 11475773. OLE color: 11475773.
HSL color Cylindrical-coordinate representation of color #3D1BAF: hue angle of 253.78º 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 #3D1BAF is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 27 | 175 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.31 |
| HSL | 253.78º | 0.73% | 0.4% | - |
| HSV(B) | 253.78º | 0.85% | 0.69% | - |
| XYZ | 10.05 | 4.87 | 40.97 | - |
| YUV | 54.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 175 | 0.65 | 0.85 | 0 | 0.31 | 253.78 | 0.73 | 0.4 |
| Hex | 3D | 1B | AF | 41 | 55 | 0 | 1F | FE | 49 | 28 |
| Octal | 75 | 33 | 257 | 101 | 125 | 0 | 37 | 376 | 111 | 50 |
| Binary | 111101 | 11011 | 10101111 | 1000001 | 1010101 | 0 | 11111 | 11111110 | 1001001 | 101000 |
Color Harmonies of #3D1BAF
Complementary color
Monochromatic Colors of #3D1BAF
Black with #3D1BAF
Text Example
Text Example
White with #3D1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1BAF; }
p { color: rgb(61,27,175); }
H1.HeaderClassName
{
color: #3D1BAF;
}
.AnyTagClassName
{
color: #3D1BAF;
}
</style>
background-color css
<style>
a { background-color: #3D1BAF; }
a { background-color: rgb(61,27,175); }
div.DivClassName
{
background-color: #3D1BAF;
}
.BgClassName
{
background-color: #3D1BAF;
}
</style>
border-color css
<style>
span { border-color: #3D1BAF; }
span { border-color: rgb(61,27,175); }
td.TdClassName
{
border-color: #3D1BAF;
}
.TagClassName
{
border-color: #3D1BAF;
}
</style>