Shades of Blue Gem #341EAA
Tints of Blue Gem #341EAA
RGB
CMYK
RGB Variations
Color information
#341EAA (or 0x341EAA) is known color: Blue Gem. HEX triplet: 34, 1E and AA. RGB value is (52,30,170). Sum of RGB (Red+Green+Blue) = 52+30+170=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #341EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341EAA is #CBE155. Grayscale: #343434. Windows color (decimal): -13361494 or 11148852. OLE color: 11148852.
HSL color Cylindrical-coordinate representation of color #341EAA: hue angle of 249.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341EAA is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 30 | 170 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.33 |
| HSL | 249.43º | 0.7% | 0.39% | - |
| HSV(B) | 249.43º | 0.82% | 0.67% | - |
| XYZ | 9.14 | 4.56 | 38.43 | - |
| YUV | 52.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 170 | 0.69 | 0.82 | 0 | 0.33 | 249.43 | 0.7 | 0.39 |
| Hex | 34 | 1E | AA | 45 | 52 | 0 | 21 | F9 | 46 | 27 |
| Octal | 64 | 36 | 252 | 105 | 122 | 0 | 41 | 371 | 106 | 47 |
| Binary | 110100 | 11110 | 10101010 | 1000101 | 1010010 | 0 | 100001 | 11111001 | 1000110 | 100111 |
Color Harmonies of #341EAA
Complementary color
Monochromatic Colors of #341EAA
Black with #341EAA
Text Example
Text Example
White with #341EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341EAA; }
p { color: rgb(52,30,170); }
H1.HeaderClassName
{
color: #341EAA;
}
.AnyTagClassName
{
color: #341EAA;
}
</style>
background-color css
<style>
a { background-color: #341EAA; }
a { background-color: rgb(52,30,170); }
div.DivClassName
{
background-color: #341EAA;
}
.BgClassName
{
background-color: #341EAA;
}
</style>
border-color css
<style>
span { border-color: #341EAA; }
span { border-color: rgb(52,30,170); }
td.TdClassName
{
border-color: #341EAA;
}
.TagClassName
{
border-color: #341EAA;
}
</style>