Shades of Blue Gem #342AA8
Tints of Blue Gem #342AA8
RGB
CMYK
RGB Variations
Color information
#342AA8 (or 0x342AA8) is known color: Blue Gem. HEX triplet: 34, 2A and A8. RGB value is (52,42,168). Sum of RGB (Red+Green+Blue) = 52+42+168=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 168 (66.02% from 255 or 64.12% from 262); Max value from RGB is 168 - color contains mainly: blue. Hex color #342AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342AA8 is #CBD557. Grayscale: #3A3A3A. Windows color (decimal): -13358424 or 11020852. OLE color: 11020852.
HSL color Cylindrical-coordinate representation of color #342AA8: hue angle of 244.76º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342AA8 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 42 | 168 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.34 |
| HSL | 244.76º | 0.6% | 0.41% | - |
| HSV(B) | 244.76º | 0.75% | 0.66% | - |
| XYZ | 9.31 | 5.21 | 37.56 | - |
| YUV | 59.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 168 | 0.69 | 0.75 | 0 | 0.34 | 244.76 | 0.6 | 0.41 |
| Hex | 34 | 2A | A8 | 45 | 4B | 0 | 22 | F5 | 3C | 29 |
| Octal | 64 | 52 | 250 | 105 | 113 | 0 | 42 | 365 | 74 | 51 |
| Binary | 110100 | 101010 | 10101000 | 1000101 | 1001011 | 0 | 100010 | 11110101 | 111100 | 101001 |
Color Harmonies of #342AA8
Complementary color
Monochromatic Colors of #342AA8
Black with #342AA8
Text Example
Text Example
White with #342AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342AA8; }
p { color: rgb(52,42,168); }
H1.HeaderClassName
{
color: #342AA8;
}
.AnyTagClassName
{
color: #342AA8;
}
</style>
background-color css
<style>
a { background-color: #342AA8; }
a { background-color: rgb(52,42,168); }
div.DivClassName
{
background-color: #342AA8;
}
.BgClassName
{
background-color: #342AA8;
}
</style>
border-color css
<style>
span { border-color: #342AA8; }
span { border-color: rgb(52,42,168); }
td.TdClassName
{
border-color: #342AA8;
}
.TagClassName
{
border-color: #342AA8;
}
</style>