Shades of Blue Gem #453894
Tints of Blue Gem #453894
RGB
CMYK
RGB Variations
Color information
#453894 (or 0x453894) is known color: Blue Gem. HEX triplet: 45, 38 and 94. RGB value is (69,56,148). Sum of RGB (Red+Green+Blue) = 69+56+148=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #453894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453894 is #BAC76B. Grayscale: #464646. Windows color (decimal): -12240748 or 9713733. OLE color: 9713733.
HSL color Cylindrical-coordinate representation of color #453894: hue angle of 248.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453894 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 56 | 148 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.42 |
| HSL | 248.48º | 0.45% | 0.4% | - |
| HSV(B) | 248.48º | 0.62% | 0.58% | - |
| XYZ | 9.21 | 6.23 | 28.73 | - |
| YUV | 70.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 148 | 0.53 | 0.62 | 0 | 0.42 | 248.48 | 0.45 | 0.4 |
| Hex | 45 | 38 | 94 | 35 | 3E | 0 | 2A | F8 | 2D | 28 |
| Octal | 105 | 70 | 224 | 65 | 76 | 0 | 52 | 370 | 55 | 50 |
| Binary | 1000101 | 111000 | 10010100 | 110101 | 111110 | 0 | 101010 | 11111000 | 101101 | 101000 |
Color Harmonies of #453894
Complementary color
Monochromatic Colors of #453894
Black with #453894
Text Example
Text Example
White with #453894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453894; }
p { color: rgb(69,56,148); }
H1.HeaderClassName
{
color: #453894;
}
.AnyTagClassName
{
color: #453894;
}
</style>
background-color css
<style>
a { background-color: #453894; }
a { background-color: rgb(69,56,148); }
div.DivClassName
{
background-color: #453894;
}
.BgClassName
{
background-color: #453894;
}
</style>
border-color css
<style>
span { border-color: #453894; }
span { border-color: rgb(69,56,148); }
td.TdClassName
{
border-color: #453894;
}
.TagClassName
{
border-color: #453894;
}
</style>