Shades of Blue Gem #45259B
Tints of Blue Gem #45259B
RGB
CMYK
RGB Variations
Color information
#45259B (or 0x45259B) is known color: Blue Gem. HEX triplet: 45, 25 and 9B. RGB value is (69,37,155). Sum of RGB (Red+Green+Blue) = 69+37+155=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #45259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45259B is #BADA64. Grayscale: #3B3B3B. Windows color (decimal): -12245605 or 10167621. OLE color: 10167621.
HSL color Cylindrical-coordinate representation of color #45259B: hue angle of 256.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45259B is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 37 | 155 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.39 |
| HSL | 256.27º | 0.61% | 0.38% | - |
| HSV(B) | 256.27º | 0.76% | 0.61% | - |
| XYZ | 9.03 | 4.95 | 31.49 | - |
| YUV | 60.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 155 | 0.55 | 0.76 | 0 | 0.39 | 256.27 | 0.61 | 0.38 |
| Hex | 45 | 25 | 9B | 37 | 4C | 0 | 27 | 100 | 3D | 26 |
| Octal | 105 | 45 | 233 | 67 | 114 | 0 | 47 | 400 | 75 | 46 |
| Binary | 1000101 | 100101 | 10011011 | 110111 | 1001100 | 0 | 100111 | 100000000 | 111101 | 100110 |
Color Harmonies of #45259B
Complementary color
Monochromatic Colors of #45259B
Black with #45259B
Text Example
Text Example
White with #45259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45259B; }
p { color: rgb(69,37,155); }
H1.HeaderClassName
{
color: #45259B;
}
.AnyTagClassName
{
color: #45259B;
}
</style>
background-color css
<style>
a { background-color: #45259B; }
a { background-color: rgb(69,37,155); }
div.DivClassName
{
background-color: #45259B;
}
.BgClassName
{
background-color: #45259B;
}
</style>
border-color css
<style>
span { border-color: #45259B; }
span { border-color: rgb(69,37,155); }
td.TdClassName
{
border-color: #45259B;
}
.TagClassName
{
border-color: #45259B;
}
</style>