Shades of Blue Gem #3F2BAF
Tints of Blue Gem #3F2BAF
RGB
CMYK
RGB Variations
Color information
#3F2BAF (or 0x3F2BAF) is known color: Blue Gem. HEX triplet: 3F, 2B and AF. RGB value is (63,43,175). Sum of RGB (Red+Green+Blue) = 63+43+175=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2BAF is #C0D450. Grayscale: #3F3F3F. Windows color (decimal): -12637265 or 11479871. OLE color: 11479871.
HSL color Cylindrical-coordinate representation of color #3F2BAF: hue angle of 249.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2BAF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 43 | 175 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.31 |
| HSL | 249.09º | 0.61% | 0.43% | - |
| HSV(B) | 249.09º | 0.75% | 0.69% | - |
| XYZ | 10.65 | 5.88 | 41.13 | - |
| YUV | 64.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 175 | 0.64 | 0.75 | 0 | 0.31 | 249.09 | 0.61 | 0.43 |
| Hex | 3F | 2B | AF | 40 | 4B | 0 | 1F | F9 | 3D | 2B |
| Octal | 77 | 53 | 257 | 100 | 113 | 0 | 37 | 371 | 75 | 53 |
| Binary | 111111 | 101011 | 10101111 | 1000000 | 1001011 | 0 | 11111 | 11111001 | 111101 | 101011 |
Color Harmonies of #3F2BAF
Complementary color
Monochromatic Colors of #3F2BAF
Black with #3F2BAF
Text Example
Text Example
White with #3F2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2BAF; }
p { color: rgb(63,43,175); }
H1.HeaderClassName
{
color: #3F2BAF;
}
.AnyTagClassName
{
color: #3F2BAF;
}
</style>
background-color css
<style>
a { background-color: #3F2BAF; }
a { background-color: rgb(63,43,175); }
div.DivClassName
{
background-color: #3F2BAF;
}
.BgClassName
{
background-color: #3F2BAF;
}
</style>
border-color css
<style>
span { border-color: #3F2BAF; }
span { border-color: rgb(63,43,175); }
td.TdClassName
{
border-color: #3F2BAF;
}
.TagClassName
{
border-color: #3F2BAF;
}
</style>