Shades of Blue Gem #453898
Tints of Blue Gem #453898
RGB
CMYK
RGB Variations
Color information
#453898 (or 0x453898) is known color: Blue Gem. HEX triplet: 45, 38 and 98. RGB value is (69,56,152). Sum of RGB (Red+Green+Blue) = 69+56+152=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #453898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453898 is #BAC767. Grayscale: #464646. Windows color (decimal): -12240744 or 9975877. OLE color: 9975877.
HSL color Cylindrical-coordinate representation of color #453898: hue angle of 248.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453898 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 56 | 152 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.40 |
| HSL | 248.13º | 0.46% | 0.41% | - |
| HSV(B) | 248.13º | 0.63% | 0.6% | - |
| XYZ | 9.54 | 6.36 | 30.43 | - |
| YUV | 70.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 152 | 0.55 | 0.63 | 0 | 0.40 | 248.13 | 0.46 | 0.41 |
| Hex | 45 | 38 | 98 | 37 | 3F | 0 | 28 | F8 | 2E | 29 |
| Octal | 105 | 70 | 230 | 67 | 77 | 0 | 50 | 370 | 56 | 51 |
| Binary | 1000101 | 111000 | 10011000 | 110111 | 111111 | 0 | 101000 | 11111000 | 101110 | 101001 |
Color Harmonies of #453898
Complementary color
Monochromatic Colors of #453898
Black with #453898
Text Example
Text Example
White with #453898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453898; }
p { color: rgb(69,56,152); }
H1.HeaderClassName
{
color: #453898;
}
.AnyTagClassName
{
color: #453898;
}
</style>
background-color css
<style>
a { background-color: #453898; }
a { background-color: rgb(69,56,152); }
div.DivClassName
{
background-color: #453898;
}
.BgClassName
{
background-color: #453898;
}
</style>
border-color css
<style>
span { border-color: #453898; }
span { border-color: rgb(69,56,152); }
td.TdClassName
{
border-color: #453898;
}
.TagClassName
{
border-color: #453898;
}
</style>