Shades of Blue Gem #3F34AB
Tints of Blue Gem #3F34AB
RGB
CMYK
RGB Variations
Color information
#3F34AB (or 0x3F34AB) is known color: Blue Gem. HEX triplet: 3F, 34 and AB. RGB value is (63,52,171). Sum of RGB (Red+Green+Blue) = 63+52+171=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F34AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F34AB is #C0CB54. Grayscale: #444444. Windows color (decimal): -12634965 or 11220031. OLE color: 11220031.
HSL color Cylindrical-coordinate representation of color #3F34AB: hue angle of 245.55º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F34AB is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 52 | 171 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.33 |
| HSL | 245.55º | 0.53% | 0.44% | - |
| HSV(B) | 245.55º | 0.7% | 0.67% | - |
| XYZ | 10.63 | 6.45 | 39.21 | - |
| YUV | 68.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 171 | 0.63 | 0.70 | 0 | 0.33 | 245.55 | 0.53 | 0.44 |
| Hex | 3F | 34 | AB | 3F | 46 | 0 | 21 | F6 | 35 | 2C |
| Octal | 77 | 64 | 253 | 77 | 106 | 0 | 41 | 366 | 65 | 54 |
| Binary | 111111 | 110100 | 10101011 | 111111 | 1000110 | 0 | 100001 | 11110110 | 110101 | 101100 |
Color Harmonies of #3F34AB
Complementary color
Monochromatic Colors of #3F34AB
Black with #3F34AB
Text Example
Text Example
White with #3F34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F34AB; }
p { color: rgb(63,52,171); }
H1.HeaderClassName
{
color: #3F34AB;
}
.AnyTagClassName
{
color: #3F34AB;
}
</style>
background-color css
<style>
a { background-color: #3F34AB; }
a { background-color: rgb(63,52,171); }
div.DivClassName
{
background-color: #3F34AB;
}
.BgClassName
{
background-color: #3F34AB;
}
</style>
border-color css
<style>
span { border-color: #3F34AB; }
span { border-color: rgb(63,52,171); }
td.TdClassName
{
border-color: #3F34AB;
}
.TagClassName
{
border-color: #3F34AB;
}
</style>