Shades of Blue Gem #45329F
Tints of Blue Gem #45329F
RGB
CMYK
RGB Variations
Color information
#45329F (or 0x45329F) is known color: Blue Gem. HEX triplet: 45, 32 and 9F. RGB value is (69,50,159). Sum of RGB (Red+Green+Blue) = 69+50+159=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #45329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45329F is #BACD60. Grayscale: #434343. Windows color (decimal): -12242273 or 10433093. OLE color: 10433093.
HSL color Cylindrical-coordinate representation of color #45329F: hue angle of 250.46º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45329F is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 50 | 159 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.38 |
| HSL | 250.46º | 0.52% | 0.41% | - |
| HSV(B) | 250.46º | 0.69% | 0.62% | - |
| XYZ | 9.85 | 6.05 | 33.45 | - |
| YUV | 68.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 159 | 0.57 | 0.69 | 0 | 0.38 | 250.46 | 0.52 | 0.41 |
| Hex | 45 | 32 | 9F | 39 | 45 | 0 | 26 | FA | 34 | 29 |
| Octal | 105 | 62 | 237 | 71 | 105 | 0 | 46 | 372 | 64 | 51 |
| Binary | 1000101 | 110010 | 10011111 | 111001 | 1000101 | 0 | 100110 | 11111010 | 110100 | 101001 |
Color Harmonies of #45329F
Complementary color
Monochromatic Colors of #45329F
Black with #45329F
Text Example
Text Example
White with #45329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45329F; }
p { color: rgb(69,50,159); }
H1.HeaderClassName
{
color: #45329F;
}
.AnyTagClassName
{
color: #45329F;
}
</style>
background-color css
<style>
a { background-color: #45329F; }
a { background-color: rgb(69,50,159); }
div.DivClassName
{
background-color: #45329F;
}
.BgClassName
{
background-color: #45329F;
}
</style>
border-color css
<style>
span { border-color: #45329F; }
span { border-color: rgb(69,50,159); }
td.TdClassName
{
border-color: #45329F;
}
.TagClassName
{
border-color: #45329F;
}
</style>