Shades of Blue Gem #341FA8
Tints of Blue Gem #341FA8
RGB
CMYK
RGB Variations
Color information
#341FA8 (or 0x341FA8) is known color: Blue Gem. HEX triplet: 34, 1F and A8. RGB value is (52,31,168). Sum of RGB (Red+Green+Blue) = 52+31+168=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #341FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341FA8 is #CBE057. Grayscale: #343434. Windows color (decimal): -13361240 or 11018036. OLE color: 11018036.
HSL color Cylindrical-coordinate representation of color #341FA8: hue angle of 249.2º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341FA8 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 31 | 168 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.34 |
| HSL | 249.2º | 0.69% | 0.39% | - |
| HSV(B) | 249.2º | 0.82% | 0.66% | - |
| XYZ | 8.97 | 4.54 | 37.45 | - |
| YUV | 52.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 168 | 0.69 | 0.82 | 0 | 0.34 | 249.2 | 0.69 | 0.39 |
| Hex | 34 | 1F | A8 | 45 | 52 | 0 | 22 | F9 | 45 | 27 |
| Octal | 64 | 37 | 250 | 105 | 122 | 0 | 42 | 371 | 105 | 47 |
| Binary | 110100 | 11111 | 10101000 | 1000101 | 1010010 | 0 | 100010 | 11111001 | 1000101 | 100111 |
Color Harmonies of #341FA8
Complementary color
Monochromatic Colors of #341FA8
Black with #341FA8
Text Example
Text Example
White with #341FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FA8; }
p { color: rgb(52,31,168); }
H1.HeaderClassName
{
color: #341FA8;
}
.AnyTagClassName
{
color: #341FA8;
}
</style>
background-color css
<style>
a { background-color: #341FA8; }
a { background-color: rgb(52,31,168); }
div.DivClassName
{
background-color: #341FA8;
}
.BgClassName
{
background-color: #341FA8;
}
</style>
border-color css
<style>
span { border-color: #341FA8; }
span { border-color: rgb(52,31,168); }
td.TdClassName
{
border-color: #341FA8;
}
.TagClassName
{
border-color: #341FA8;
}
</style>