Shades of Blue Gem #453098
Tints of Blue Gem #453098
RGB
CMYK
RGB Variations
Color information
#453098 (or 0x453098) is known color: Blue Gem. HEX triplet: 45, 30 and 98. RGB value is (69,48,152). Sum of RGB (Red+Green+Blue) = 69+48+152=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #453098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453098 is #BACF67. Grayscale: #414141. Windows color (decimal): -12242792 or 9973829. OLE color: 9973829.
HSL color Cylindrical-coordinate representation of color #453098: hue angle of 252.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453098 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 48 | 152 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.40 |
| HSL | 252.12º | 0.52% | 0.39% | - |
| HSV(B) | 252.12º | 0.68% | 0.6% | - |
| XYZ | 9.18 | 5.65 | 30.31 | - |
| YUV | 66.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 152 | 0.55 | 0.68 | 0 | 0.40 | 252.12 | 0.52 | 0.39 |
| Hex | 45 | 30 | 98 | 37 | 44 | 0 | 28 | FC | 34 | 27 |
| Octal | 105 | 60 | 230 | 67 | 104 | 0 | 50 | 374 | 64 | 47 |
| Binary | 1000101 | 110000 | 10011000 | 110111 | 1000100 | 0 | 101000 | 11111100 | 110100 | 100111 |
Color Harmonies of #453098
Complementary color
Monochromatic Colors of #453098
Black with #453098
Text Example
Text Example
White with #453098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453098; }
p { color: rgb(69,48,152); }
H1.HeaderClassName
{
color: #453098;
}
.AnyTagClassName
{
color: #453098;
}
</style>
background-color css
<style>
a { background-color: #453098; }
a { background-color: rgb(69,48,152); }
div.DivClassName
{
background-color: #453098;
}
.BgClassName
{
background-color: #453098;
}
</style>
border-color css
<style>
span { border-color: #453098; }
span { border-color: rgb(69,48,152); }
td.TdClassName
{
border-color: #453098;
}
.TagClassName
{
border-color: #453098;
}
</style>