Shades of Blue Gem #3F1DAB
Tints of Blue Gem #3F1DAB
RGB
CMYK
RGB Variations
Color information
#3F1DAB (or 0x3F1DAB) is known color: Blue Gem. HEX triplet: 3F, 1D and AB. RGB value is (63,29,171). Sum of RGB (Red+Green+Blue) = 63+29+171=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F1DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1DAB is #C0E254. Grayscale: #363636. Windows color (decimal): -12640853 or 11214143. OLE color: 11214143.
HSL color Cylindrical-coordinate representation of color #3F1DAB: hue angle of 254.37º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F1DAB is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 29 | 171 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.33 |
| HSL | 254.37º | 0.71% | 0.39% | - |
| HSV(B) | 254.37º | 0.83% | 0.67% | - |
| XYZ | 9.84 | 4.88 | 38.95 | - |
| YUV | 55.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 171 | 0.63 | 0.83 | 0 | 0.33 | 254.37 | 0.71 | 0.39 |
| Hex | 3F | 1D | AB | 3F | 53 | 0 | 21 | FE | 47 | 27 |
| Octal | 77 | 35 | 253 | 77 | 123 | 0 | 41 | 376 | 107 | 47 |
| Binary | 111111 | 11101 | 10101011 | 111111 | 1010011 | 0 | 100001 | 11111110 | 1000111 | 100111 |
Color Harmonies of #3F1DAB
Complementary color
Monochromatic Colors of #3F1DAB
Black with #3F1DAB
Text Example
Text Example
White with #3F1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1DAB; }
p { color: rgb(63,29,171); }
H1.HeaderClassName
{
color: #3F1DAB;
}
.AnyTagClassName
{
color: #3F1DAB;
}
</style>
background-color css
<style>
a { background-color: #3F1DAB; }
a { background-color: rgb(63,29,171); }
div.DivClassName
{
background-color: #3F1DAB;
}
.BgClassName
{
background-color: #3F1DAB;
}
</style>
border-color css
<style>
span { border-color: #3F1DAB; }
span { border-color: rgb(63,29,171); }
td.TdClassName
{
border-color: #3F1DAB;
}
.TagClassName
{
border-color: #3F1DAB;
}
</style>