Shades of Blue Gem #3325A7
Tints of Blue Gem #3325A7
RGB
CMYK
RGB Variations
Color information
#3325A7 (or 0x3325A7) is known color: Blue Gem. HEX triplet: 33, 25 and A7. RGB value is (51,37,167). Sum of RGB (Red+Green+Blue) = 51+37+167=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 167 (65.62% from 255 or 65.49% from 255); Max value from RGB is 167 - color contains mainly: blue. Hex color #3325A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3325A7 is #CCDA58. Grayscale: #373737. Windows color (decimal): -13425241 or 10954035. OLE color: 10954035.
HSL color Cylindrical-coordinate representation of color #3325A7: hue angle of 246.46º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3325A7 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 37 | 167 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.35 |
| HSL | 246.46º | 0.64% | 0.4% | - |
| HSV(B) | 246.46º | 0.78% | 0.65% | - |
| XYZ | 9 | 4.82 | 37.01 | - |
| YUV | 56.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 167 | 0.69 | 0.78 | 0 | 0.35 | 246.46 | 0.64 | 0.4 |
| Hex | 33 | 25 | A7 | 45 | 4E | 0 | 23 | F6 | 40 | 28 |
| Octal | 63 | 45 | 247 | 105 | 116 | 0 | 43 | 366 | 100 | 50 |
| Binary | 110011 | 100101 | 10100111 | 1000101 | 1001110 | 0 | 100011 | 11110110 | 1000000 | 101000 |
Color Harmonies of #3325A7
Complementary color
Monochromatic Colors of #3325A7
Black with #3325A7
Text Example
Text Example
White with #3325A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3325A7; }
p { color: rgb(51,37,167); }
H1.HeaderClassName
{
color: #3325A7;
}
.AnyTagClassName
{
color: #3325A7;
}
</style>
background-color css
<style>
a { background-color: #3325A7; }
a { background-color: rgb(51,37,167); }
div.DivClassName
{
background-color: #3325A7;
}
.BgClassName
{
background-color: #3325A7;
}
</style>
border-color css
<style>
span { border-color: #3325A7; }
span { border-color: rgb(51,37,167); }
td.TdClassName
{
border-color: #3325A7;
}
.TagClassName
{
border-color: #3325A7;
}
</style>