Shades of Blue Gem #453297
Tints of Blue Gem #453297
RGB
CMYK
RGB Variations
Color information
#453297 (or 0x453297) is known color: Blue Gem. HEX triplet: 45, 32 and 97. RGB value is (69,50,151). Sum of RGB (Red+Green+Blue) = 69+50+151=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #453297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453297 is #BACD68. Grayscale: #424242. Windows color (decimal): -12242281 or 9908805. OLE color: 9908805.
HSL color Cylindrical-coordinate representation of color #453297: hue angle of 251.29º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453297 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 50 | 151 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.41 |
| HSL | 251.29º | 0.5% | 0.39% | - |
| HSV(B) | 251.29º | 0.67% | 0.59% | - |
| XYZ | 9.18 | 5.78 | 29.91 | - |
| YUV | 67.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 151 | 0.54 | 0.67 | 0 | 0.41 | 251.29 | 0.5 | 0.39 |
| Hex | 45 | 32 | 97 | 36 | 43 | 0 | 29 | FB | 32 | 27 |
| Octal | 105 | 62 | 227 | 66 | 103 | 0 | 51 | 373 | 62 | 47 |
| Binary | 1000101 | 110010 | 10010111 | 110110 | 1000011 | 0 | 101001 | 11111011 | 110010 | 100111 |
Color Harmonies of #453297
Complementary color
Monochromatic Colors of #453297
Black with #453297
Text Example
Text Example
White with #453297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453297; }
p { color: rgb(69,50,151); }
H1.HeaderClassName
{
color: #453297;
}
.AnyTagClassName
{
color: #453297;
}
</style>
background-color css
<style>
a { background-color: #453297; }
a { background-color: rgb(69,50,151); }
div.DivClassName
{
background-color: #453297;
}
.BgClassName
{
background-color: #453297;
}
</style>
border-color css
<style>
span { border-color: #453297; }
span { border-color: rgb(69,50,151); }
td.TdClassName
{
border-color: #453297;
}
.TagClassName
{
border-color: #453297;
}
</style>