Shades of Blue Gem #452598
Tints of Blue Gem #452598
RGB
CMYK
RGB Variations
Color information
#452598 (or 0x452598) is known color: Blue Gem. HEX triplet: 45, 25 and 98. RGB value is (69,37,152). Sum of RGB (Red+Green+Blue) = 69+37+152=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #452598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452598 is #BADA67. Grayscale: #3B3B3B. Windows color (decimal): -12245608 or 9971013. OLE color: 9971013.
HSL color Cylindrical-coordinate representation of color #452598: hue angle of 256.7º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452598 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 37 | 152 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.40 |
| HSL | 256.7º | 0.61% | 0.37% | - |
| HSV(B) | 256.7º | 0.76% | 0.6% | - |
| XYZ | 8.78 | 4.86 | 30.18 | - |
| YUV | 59.68 | 180.1 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 152 | 0.55 | 0.76 | 0 | 0.40 | 256.7 | 0.61 | 0.37 |
| Hex | 45 | 25 | 98 | 37 | 4C | 0 | 28 | 101 | 3D | 25 |
| Octal | 105 | 45 | 230 | 67 | 114 | 0 | 50 | 401 | 75 | 45 |
| Binary | 1000101 | 100101 | 10011000 | 110111 | 1001100 | 0 | 101000 | 100000001 | 111101 | 100101 |
Color Harmonies of #452598
Complementary color
Monochromatic Colors of #452598
Black with #452598
Text Example
Text Example
White with #452598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452598; }
p { color: rgb(69,37,152); }
H1.HeaderClassName
{
color: #452598;
}
.AnyTagClassName
{
color: #452598;
}
</style>
background-color css
<style>
a { background-color: #452598; }
a { background-color: rgb(69,37,152); }
div.DivClassName
{
background-color: #452598;
}
.BgClassName
{
background-color: #452598;
}
</style>
border-color css
<style>
span { border-color: #452598; }
span { border-color: rgb(69,37,152); }
td.TdClassName
{
border-color: #452598;
}
.TagClassName
{
border-color: #452598;
}
</style>