Shades of Blue Gem #341F9F
Tints of Blue Gem #341F9F
RGB
CMYK
RGB Variations
Color information
#341F9F (or 0x341F9F) is known color: Blue Gem. HEX triplet: 34, 1F and 9F. RGB value is (52,31,159). Sum of RGB (Red+Green+Blue) = 52+31+159=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #341F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F9F is #CBE060. Grayscale: #333333. Windows color (decimal): -13361249 or 10428212. OLE color: 10428212.
HSL color Cylindrical-coordinate representation of color #341F9F: hue angle of 249.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341F9F is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 31 | 159 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.38 |
| HSL | 249.84º | 0.67% | 0.37% | - |
| HSV(B) | 249.84º | 0.81% | 0.62% | - |
| XYZ | 8.16 | 4.21 | 33.18 | - |
| YUV | 51.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 159 | 0.67 | 0.81 | 0 | 0.38 | 249.84 | 0.67 | 0.37 |
| Hex | 34 | 1F | 9F | 43 | 51 | 0 | 26 | FA | 43 | 25 |
| Octal | 64 | 37 | 237 | 103 | 121 | 0 | 46 | 372 | 103 | 45 |
| Binary | 110100 | 11111 | 10011111 | 1000011 | 1010001 | 0 | 100110 | 11111010 | 1000011 | 100101 |
Color Harmonies of #341F9F
Complementary color
Monochromatic Colors of #341F9F
Black with #341F9F
Text Example
Text Example
White with #341F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F9F; }
p { color: rgb(52,31,159); }
H1.HeaderClassName
{
color: #341F9F;
}
.AnyTagClassName
{
color: #341F9F;
}
</style>
background-color css
<style>
a { background-color: #341F9F; }
a { background-color: rgb(52,31,159); }
div.DivClassName
{
background-color: #341F9F;
}
.BgClassName
{
background-color: #341F9F;
}
</style>
border-color css
<style>
span { border-color: #341F9F; }
span { border-color: rgb(52,31,159); }
td.TdClassName
{
border-color: #341F9F;
}
.TagClassName
{
border-color: #341F9F;
}
</style>