Shades of Blue Gem #3F349B
Tints of Blue Gem #3F349B
RGB
CMYK
RGB Variations
Color information
#3F349B (or 0x3F349B) is known color: Blue Gem. HEX triplet: 3F, 34 and 9B. RGB value is (63,52,155). Sum of RGB (Red+Green+Blue) = 63+52+155=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F349B is #C0CB64. Grayscale: #424242. Windows color (decimal): -12634981 or 10171455. OLE color: 10171455.
HSL color Cylindrical-coordinate representation of color #3F349B: hue angle of 246.41º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F349B is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 52 | 155 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.39 |
| HSL | 246.41º | 0.5% | 0.41% | - |
| HSV(B) | 246.41º | 0.66% | 0.61% | - |
| XYZ | 9.19 | 5.88 | 31.66 | - |
| YUV | 67.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 155 | 0.59 | 0.66 | 0 | 0.39 | 246.41 | 0.5 | 0.41 |
| Hex | 3F | 34 | 9B | 3B | 42 | 0 | 27 | F6 | 32 | 29 |
| Octal | 77 | 64 | 233 | 73 | 102 | 0 | 47 | 366 | 62 | 51 |
| Binary | 111111 | 110100 | 10011011 | 111011 | 1000010 | 0 | 100111 | 11110110 | 110010 | 101001 |
Color Harmonies of #3F349B
Complementary color
Monochromatic Colors of #3F349B
Black with #3F349B
Text Example
Text Example
White with #3F349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F349B; }
p { color: rgb(63,52,155); }
H1.HeaderClassName
{
color: #3F349B;
}
.AnyTagClassName
{
color: #3F349B;
}
</style>
background-color css
<style>
a { background-color: #3F349B; }
a { background-color: rgb(63,52,155); }
div.DivClassName
{
background-color: #3F349B;
}
.BgClassName
{
background-color: #3F349B;
}
</style>
border-color css
<style>
span { border-color: #3F349B; }
span { border-color: rgb(63,52,155); }
td.TdClassName
{
border-color: #3F349B;
}
.TagClassName
{
border-color: #3F349B;
}
</style>