Shades of Blue Gem #341DAA
Tints of Blue Gem #341DAA
RGB
CMYK
RGB Variations
Color information
#341DAA (or 0x341DAA) is known color: Blue Gem. HEX triplet: 34, 1D and AA. RGB value is (52,29,170). Sum of RGB (Red+Green+Blue) = 52+29+170=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #341DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341DAA is #CBE255. Grayscale: #333333. Windows color (decimal): -13361750 or 11148596. OLE color: 11148596.
HSL color Cylindrical-coordinate representation of color #341DAA: hue angle of 249.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341DAA is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 29 | 170 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.33 |
| HSL | 249.79º | 0.71% | 0.39% | - |
| HSV(B) | 249.79º | 0.83% | 0.67% | - |
| XYZ | 9.11 | 4.51 | 38.42 | - |
| YUV | 51.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 170 | 0.69 | 0.83 | 0 | 0.33 | 249.79 | 0.71 | 0.39 |
| Hex | 34 | 1D | AA | 45 | 53 | 0 | 21 | FA | 47 | 27 |
| Octal | 64 | 35 | 252 | 105 | 123 | 0 | 41 | 372 | 107 | 47 |
| Binary | 110100 | 11101 | 10101010 | 1000101 | 1010011 | 0 | 100001 | 11111010 | 1000111 | 100111 |
Color Harmonies of #341DAA
Complementary color
Monochromatic Colors of #341DAA
Black with #341DAA
Text Example
Text Example
White with #341DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DAA; }
p { color: rgb(52,29,170); }
H1.HeaderClassName
{
color: #341DAA;
}
.AnyTagClassName
{
color: #341DAA;
}
</style>
background-color css
<style>
a { background-color: #341DAA; }
a { background-color: rgb(52,29,170); }
div.DivClassName
{
background-color: #341DAA;
}
.BgClassName
{
background-color: #341DAA;
}
</style>
border-color css
<style>
span { border-color: #341DAA; }
span { border-color: rgb(52,29,170); }
td.TdClassName
{
border-color: #341DAA;
}
.TagClassName
{
border-color: #341DAA;
}
</style>