Shades of Blue Gem #453087
Tints of Blue Gem #453087
RGB
CMYK
RGB Variations
Color information
#453087 (or 0x453087) is known color: Blue Gem. HEX triplet: 45, 30 and 87. RGB value is (69,48,135). Sum of RGB (Red+Green+Blue) = 69+48+135=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #453087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453087 is #BACF78. Grayscale: #3F3F3F. Windows color (decimal): -12242809 or 8859717. OLE color: 8859717.
HSL color Cylindrical-coordinate representation of color #453087: hue angle of 254.48º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453087 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 48 | 135 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.47 |
| HSL | 254.48º | 0.48% | 0.36% | - |
| HSV(B) | 254.48º | 0.64% | 0.53% | - |
| XYZ | 7.88 | 5.13 | 23.5 | - |
| YUV | 64.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 135 | 0.49 | 0.64 | 0 | 0.47 | 254.48 | 0.48 | 0.36 |
| Hex | 45 | 30 | 87 | 31 | 40 | 0 | 2F | FE | 30 | 24 |
| Octal | 105 | 60 | 207 | 61 | 100 | 0 | 57 | 376 | 60 | 44 |
| Binary | 1000101 | 110000 | 10000111 | 110001 | 1000000 | 0 | 101111 | 11111110 | 110000 | 100100 |
Color Harmonies of #453087
Complementary color
Monochromatic Colors of #453087
Black with #453087
Text Example
Text Example
White with #453087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453087; }
p { color: rgb(69,48,135); }
H1.HeaderClassName
{
color: #453087;
}
.AnyTagClassName
{
color: #453087;
}
</style>
background-color css
<style>
a { background-color: #453087; }
a { background-color: rgb(69,48,135); }
div.DivClassName
{
background-color: #453087;
}
.BgClassName
{
background-color: #453087;
}
</style>
border-color css
<style>
span { border-color: #453087; }
span { border-color: rgb(69,48,135); }
td.TdClassName
{
border-color: #453087;
}
.TagClassName
{
border-color: #453087;
}
</style>