Shades of Blue Gem #3F2299
Tints of Blue Gem #3F2299
RGB
CMYK
RGB Variations
Color information
#3F2299 (or 0x3F2299) is known color: Blue Gem. HEX triplet: 3F, 22 and 99. RGB value is (63,34,153). Sum of RGB (Red+Green+Blue) = 63+34+153=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2299 is #C0DD66. Grayscale: #373737. Windows color (decimal): -12639591 or 10035775. OLE color: 10035775.
HSL color Cylindrical-coordinate representation of color #3F2299: hue angle of 254.62º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F2299 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 34 | 153 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.4 |
| HSL | 254.62º | 0.64% | 0.37% | - |
| HSV(B) | 254.62º | 0.78% | 0.6% | - |
| XYZ | 8.37 | 4.5 | 30.56 | - |
| YUV | 56.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 153 | 0.59 | 0.78 | 0 | 0.4 | 254.62 | 0.64 | 0.37 |
| Hex | 3F | 22 | 99 | 3B | 4E | 0 | 28 | FF | 40 | 25 |
| Octal | 77 | 42 | 231 | 73 | 116 | 0 | 50 | 377 | 100 | 45 |
| Binary | 111111 | 100010 | 10011001 | 111011 | 1001110 | 0 | 101000 | 11111111 | 1000000 | 100101 |
Color Harmonies of #3F2299
Complementary color
Monochromatic Colors of #3F2299
Black with #3F2299
Text Example
Text Example
White with #3F2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2299; }
p { color: rgb(63,34,153); }
H1.HeaderClassName
{
color: #3F2299;
}
.AnyTagClassName
{
color: #3F2299;
}
</style>
background-color css
<style>
a { background-color: #3F2299; }
a { background-color: rgb(63,34,153); }
div.DivClassName
{
background-color: #3F2299;
}
.BgClassName
{
background-color: #3F2299;
}
</style>
border-color css
<style>
span { border-color: #3F2299; }
span { border-color: rgb(63,34,153); }
td.TdClassName
{
border-color: #3F2299;
}
.TagClassName
{
border-color: #3F2299;
}
</style>