Shades of Blue Gem #453398
Tints of Blue Gem #453398
RGB
CMYK
RGB Variations
Color information
#453398 (or 0x453398) is known color: Blue Gem. HEX triplet: 45, 33 and 98. RGB value is (69,51,152). Sum of RGB (Red+Green+Blue) = 69+51+152=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #453398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453398 is #BACC67. Grayscale: #434343. Windows color (decimal): -12242024 or 9974597. OLE color: 9974597.
HSL color Cylindrical-coordinate representation of color #453398: hue angle of 250.69º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453398 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 51 | 152 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.40 |
| HSL | 250.69º | 0.5% | 0.4% | - |
| HSV(B) | 250.69º | 0.66% | 0.6% | - |
| XYZ | 9.31 | 5.9 | 30.35 | - |
| YUV | 67.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 152 | 0.55 | 0.66 | 0 | 0.40 | 250.69 | 0.5 | 0.4 |
| Hex | 45 | 33 | 98 | 37 | 42 | 0 | 28 | FB | 32 | 28 |
| Octal | 105 | 63 | 230 | 67 | 102 | 0 | 50 | 373 | 62 | 50 |
| Binary | 1000101 | 110011 | 10011000 | 110111 | 1000010 | 0 | 101000 | 11111011 | 110010 | 101000 |
Color Harmonies of #453398
Complementary color
Monochromatic Colors of #453398
Black with #453398
Text Example
Text Example
White with #453398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453398; }
p { color: rgb(69,51,152); }
H1.HeaderClassName
{
color: #453398;
}
.AnyTagClassName
{
color: #453398;
}
</style>
background-color css
<style>
a { background-color: #453398; }
a { background-color: rgb(69,51,152); }
div.DivClassName
{
background-color: #453398;
}
.BgClassName
{
background-color: #453398;
}
</style>
border-color css
<style>
span { border-color: #453398; }
span { border-color: rgb(69,51,152); }
td.TdClassName
{
border-color: #453398;
}
.TagClassName
{
border-color: #453398;
}
</style>