Shades of Blue Gem #453892
Tints of Blue Gem #453892
RGB
CMYK
RGB Variations
Color information
#453892 (or 0x453892) is known color: Blue Gem. HEX triplet: 45, 38 and 92. RGB value is (69,56,146). Sum of RGB (Red+Green+Blue) = 69+56+146=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #453892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453892 is #BAC76D. Grayscale: #454545. Windows color (decimal): -12240750 or 9582661. OLE color: 9582661.
HSL color Cylindrical-coordinate representation of color #453892: hue angle of 248.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453892 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 56 | 146 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.43 |
| HSL | 248.67º | 0.45% | 0.4% | - |
| HSV(B) | 248.67º | 0.62% | 0.57% | - |
| XYZ | 9.06 | 6.17 | 27.91 | - |
| YUV | 70.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 146 | 0.53 | 0.62 | 0 | 0.43 | 248.67 | 0.45 | 0.4 |
| Hex | 45 | 38 | 92 | 35 | 3E | 0 | 2B | F9 | 2D | 28 |
| Octal | 105 | 70 | 222 | 65 | 76 | 0 | 53 | 371 | 55 | 50 |
| Binary | 1000101 | 111000 | 10010010 | 110101 | 111110 | 0 | 101011 | 11111001 | 101101 | 101000 |
Color Harmonies of #453892
Complementary color
Monochromatic Colors of #453892
Black with #453892
Text Example
Text Example
White with #453892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453892; }
p { color: rgb(69,56,146); }
H1.HeaderClassName
{
color: #453892;
}
.AnyTagClassName
{
color: #453892;
}
</style>
background-color css
<style>
a { background-color: #453892; }
a { background-color: rgb(69,56,146); }
div.DivClassName
{
background-color: #453892;
}
.BgClassName
{
background-color: #453892;
}
</style>
border-color css
<style>
span { border-color: #453892; }
span { border-color: rgb(69,56,146); }
td.TdClassName
{
border-color: #453892;
}
.TagClassName
{
border-color: #453892;
}
</style>