Shades of Blue Gem #45389E
Tints of Blue Gem #45389E
RGB
CMYK
RGB Variations
Color information
#45389E (or 0x45389E) is known color: Blue Gem. HEX triplet: 45, 38 and 9E. RGB value is (69,56,158). Sum of RGB (Red+Green+Blue) = 69+56+158=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #45389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45389E is #BAC761. Grayscale: #474747. Windows color (decimal): -12240738 or 10369093. OLE color: 10369093.
HSL color Cylindrical-coordinate representation of color #45389E: hue angle of 247.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45389E is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 56 | 158 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.38 |
| HSL | 247.65º | 0.48% | 0.42% | - |
| HSV(B) | 247.65º | 0.65% | 0.62% | - |
| XYZ | 10.04 | 6.56 | 33.09 | - |
| YUV | 71.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 158 | 0.56 | 0.65 | 0 | 0.38 | 247.65 | 0.48 | 0.42 |
| Hex | 45 | 38 | 9E | 38 | 41 | 0 | 26 | F8 | 30 | 2A |
| Octal | 105 | 70 | 236 | 70 | 101 | 0 | 46 | 370 | 60 | 52 |
| Binary | 1000101 | 111000 | 10011110 | 111000 | 1000001 | 0 | 100110 | 11111000 | 110000 | 101010 |
Color Harmonies of #45389E
Complementary color
Monochromatic Colors of #45389E
Black with #45389E
Text Example
Text Example
White with #45389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45389E; }
p { color: rgb(69,56,158); }
H1.HeaderClassName
{
color: #45389E;
}
.AnyTagClassName
{
color: #45389E;
}
</style>
background-color css
<style>
a { background-color: #45389E; }
a { background-color: rgb(69,56,158); }
div.DivClassName
{
background-color: #45389E;
}
.BgClassName
{
background-color: #45389E;
}
</style>
border-color css
<style>
span { border-color: #45389E; }
span { border-color: rgb(69,56,158); }
td.TdClassName
{
border-color: #45389E;
}
.TagClassName
{
border-color: #45389E;
}
</style>