Shades of Blue Gem #3F309B
Tints of Blue Gem #3F309B
RGB
CMYK
RGB Variations
Color information
#3F309B (or 0x3F309B) is known color: Blue Gem. HEX triplet: 3F, 30 and 9B. RGB value is (63,48,155). Sum of RGB (Red+Green+Blue) = 63+48+155=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F309B is #C0CF64. Grayscale: #404040. Windows color (decimal): -12636005 or 10170431. OLE color: 10170431.
HSL color Cylindrical-coordinate representation of color #3F309B: hue angle of 248.41º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F309B is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 48 | 155 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.39 |
| HSL | 248.41º | 0.53% | 0.4% | - |
| HSV(B) | 248.41º | 0.69% | 0.61% | - |
| XYZ | 9.02 | 5.54 | 31.6 | - |
| YUV | 64.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 155 | 0.59 | 0.69 | 0 | 0.39 | 248.41 | 0.53 | 0.4 |
| Hex | 3F | 30 | 9B | 3B | 45 | 0 | 27 | F8 | 35 | 28 |
| Octal | 77 | 60 | 233 | 73 | 105 | 0 | 47 | 370 | 65 | 50 |
| Binary | 111111 | 110000 | 10011011 | 111011 | 1000101 | 0 | 100111 | 11111000 | 110101 | 101000 |
Color Harmonies of #3F309B
Complementary color
Monochromatic Colors of #3F309B
Black with #3F309B
Text Example
Text Example
White with #3F309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F309B; }
p { color: rgb(63,48,155); }
H1.HeaderClassName
{
color: #3F309B;
}
.AnyTagClassName
{
color: #3F309B;
}
</style>
background-color css
<style>
a { background-color: #3F309B; }
a { background-color: rgb(63,48,155); }
div.DivClassName
{
background-color: #3F309B;
}
.BgClassName
{
background-color: #3F309B;
}
</style>
border-color css
<style>
span { border-color: #3F309B; }
span { border-color: rgb(63,48,155); }
td.TdClassName
{
border-color: #3F309B;
}
.TagClassName
{
border-color: #3F309B;
}
</style>