Shades of Blue Gem #341FAB
Tints of Blue Gem #341FAB
RGB
CMYK
RGB Variations
Color information
#341FAB (or 0x341FAB) is known color: Blue Gem. HEX triplet: 34, 1F and AB. RGB value is (52,31,171). Sum of RGB (Red+Green+Blue) = 52+31+171=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #341FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341FAB is #CBE054. Grayscale: #343434. Windows color (decimal): -13361237 or 11214644. OLE color: 11214644.
HSL color Cylindrical-coordinate representation of color #341FAB: hue angle of 249º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341FAB is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 31 | 171 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.33 |
| HSL | 249º | 0.69% | 0.4% | - |
| HSV(B) | 249º | 0.82% | 0.67% | - |
| XYZ | 9.26 | 4.65 | 38.94 | - |
| YUV | 53.24 | 194.46 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 171 | 0.70 | 0.82 | 0 | 0.33 | 249 | 0.69 | 0.4 |
| Hex | 34 | 1F | AB | 46 | 52 | 0 | 21 | F9 | 45 | 28 |
| Octal | 64 | 37 | 253 | 106 | 122 | 0 | 41 | 371 | 105 | 50 |
| Binary | 110100 | 11111 | 10101011 | 1000110 | 1010010 | 0 | 100001 | 11111001 | 1000101 | 101000 |
Color Harmonies of #341FAB
Complementary color
Monochromatic Colors of #341FAB
Black with #341FAB
Text Example
Text Example
White with #341FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FAB; }
p { color: rgb(52,31,171); }
H1.HeaderClassName
{
color: #341FAB;
}
.AnyTagClassName
{
color: #341FAB;
}
</style>
background-color css
<style>
a { background-color: #341FAB; }
a { background-color: rgb(52,31,171); }
div.DivClassName
{
background-color: #341FAB;
}
.BgClassName
{
background-color: #341FAB;
}
</style>
border-color css
<style>
span { border-color: #341FAB; }
span { border-color: rgb(52,31,171); }
td.TdClassName
{
border-color: #341FAB;
}
.TagClassName
{
border-color: #341FAB;
}
</style>