Shades of Blue Gem #3423A1
Tints of Blue Gem #3423A1
RGB
CMYK
RGB Variations
Color information
#3423A1 (or 0x3423A1) is known color: Blue Gem. HEX triplet: 34, 23 and A1. RGB value is (52,35,161). Sum of RGB (Red+Green+Blue) = 52+35+161=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 161 (63.28% from 255 or 64.92% from 248); Max value from RGB is 161 - color contains mainly: blue. Hex color #3423A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3423A1 is #CBDC5E. Grayscale: #353535. Windows color (decimal): -13360223 or 10560308. OLE color: 10560308.
HSL color Cylindrical-coordinate representation of color #3423A1: hue angle of 248.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3423A1 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 35 | 161 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.37 |
| HSL | 248.1º | 0.64% | 0.38% | - |
| HSV(B) | 248.1º | 0.78% | 0.63% | - |
| XYZ | 8.45 | 4.51 | 34.14 | - |
| YUV | 54.45 | 188.13 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 161 | 0.68 | 0.78 | 0 | 0.37 | 248.1 | 0.64 | 0.38 |
| Hex | 34 | 23 | A1 | 44 | 4E | 0 | 25 | F8 | 40 | 26 |
| Octal | 64 | 43 | 241 | 104 | 116 | 0 | 45 | 370 | 100 | 46 |
| Binary | 110100 | 100011 | 10100001 | 1000100 | 1001110 | 0 | 100101 | 11111000 | 1000000 | 100110 |
Color Harmonies of #3423A1
Complementary color
Monochromatic Colors of #3423A1
Black with #3423A1
Text Example
Text Example
White with #3423A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423A1; }
p { color: rgb(52,35,161); }
H1.HeaderClassName
{
color: #3423A1;
}
.AnyTagClassName
{
color: #3423A1;
}
</style>
background-color css
<style>
a { background-color: #3423A1; }
a { background-color: rgb(52,35,161); }
div.DivClassName
{
background-color: #3423A1;
}
.BgClassName
{
background-color: #3423A1;
}
</style>
border-color css
<style>
span { border-color: #3423A1; }
span { border-color: rgb(52,35,161); }
td.TdClassName
{
border-color: #3423A1;
}
.TagClassName
{
border-color: #3423A1;
}
</style>