Shades of Blue Gem #453392
Tints of Blue Gem #453392
RGB
CMYK
RGB Variations
Color information
#453392 (or 0x453392) is known color: Blue Gem. HEX triplet: 45, 33 and 92. RGB value is (69,51,146). Sum of RGB (Red+Green+Blue) = 69+51+146=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #453392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453392 is #BACC6D. Grayscale: #424242. Windows color (decimal): -12242030 or 9581381. OLE color: 9581381.
HSL color Cylindrical-coordinate representation of color #453392: hue angle of 251.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453392 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 51 | 146 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.43 |
| HSL | 251.37º | 0.48% | 0.39% | - |
| HSV(B) | 251.37º | 0.65% | 0.57% | - |
| XYZ | 8.83 | 5.71 | 27.83 | - |
| YUV | 67.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 146 | 0.53 | 0.65 | 0 | 0.43 | 251.37 | 0.48 | 0.39 |
| Hex | 45 | 33 | 92 | 35 | 41 | 0 | 2B | FB | 30 | 27 |
| Octal | 105 | 63 | 222 | 65 | 101 | 0 | 53 | 373 | 60 | 47 |
| Binary | 1000101 | 110011 | 10010010 | 110101 | 1000001 | 0 | 101011 | 11111011 | 110000 | 100111 |
Color Harmonies of #453392
Complementary color
Monochromatic Colors of #453392
Black with #453392
Text Example
Text Example
White with #453392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453392; }
p { color: rgb(69,51,146); }
H1.HeaderClassName
{
color: #453392;
}
.AnyTagClassName
{
color: #453392;
}
</style>
background-color css
<style>
a { background-color: #453392; }
a { background-color: rgb(69,51,146); }
div.DivClassName
{
background-color: #453392;
}
.BgClassName
{
background-color: #453392;
}
</style>
border-color css
<style>
span { border-color: #453392; }
span { border-color: rgb(69,51,146); }
td.TdClassName
{
border-color: #453392;
}
.TagClassName
{
border-color: #453392;
}
</style>