Shades of Blue Gem #3326A5
Tints of Blue Gem #3326A5
RGB
CMYK
RGB Variations
Color information
#3326A5 (or 0x3326A5) is known color: Blue Gem. HEX triplet: 33, 26 and A5. RGB value is (51,38,165). Sum of RGB (Red+Green+Blue) = 51+38+165=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 165 (64.84% from 255 or 64.96% from 254); Max value from RGB is 165 - color contains mainly: blue. Hex color #3326A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3326A5 is #CCD95A. Grayscale: #373737. Windows color (decimal): -13424987 or 10823219. OLE color: 10823219.
HSL color Cylindrical-coordinate representation of color #3326A5: hue angle of 246.14º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3326A5 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 38 | 165 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.35 |
| HSL | 246.14º | 0.63% | 0.4% | - |
| HSV(B) | 246.14º | 0.77% | 0.65% | - |
| XYZ | 8.85 | 4.81 | 36.06 | - |
| YUV | 56.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 165 | 0.69 | 0.77 | 0 | 0.35 | 246.14 | 0.63 | 0.4 |
| Hex | 33 | 26 | A5 | 45 | 4D | 0 | 23 | F6 | 3F | 28 |
| Octal | 63 | 46 | 245 | 105 | 115 | 0 | 43 | 366 | 77 | 50 |
| Binary | 110011 | 100110 | 10100101 | 1000101 | 1001101 | 0 | 100011 | 11110110 | 111111 | 101000 |
Color Harmonies of #3326A5
Complementary color
Monochromatic Colors of #3326A5
Black with #3326A5
Text Example
Text Example
White with #3326A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326A5; }
p { color: rgb(51,38,165); }
H1.HeaderClassName
{
color: #3326A5;
}
.AnyTagClassName
{
color: #3326A5;
}
</style>
background-color css
<style>
a { background-color: #3326A5; }
a { background-color: rgb(51,38,165); }
div.DivClassName
{
background-color: #3326A5;
}
.BgClassName
{
background-color: #3326A5;
}
</style>
border-color css
<style>
span { border-color: #3326A5; }
span { border-color: rgb(51,38,165); }
td.TdClassName
{
border-color: #3326A5;
}
.TagClassName
{
border-color: #3326A5;
}
</style>