Shades of Blue Gem #45339A
Tints of Blue Gem #45339A
RGB
CMYK
RGB Variations
Color information
#45339A (or 0x45339A) is known color: Blue Gem. HEX triplet: 45, 33 and 9A. RGB value is (69,51,154). Sum of RGB (Red+Green+Blue) = 69+51+154=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #45339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45339A is #BACC65. Grayscale: #434343. Windows color (decimal): -12242022 or 10105669. OLE color: 10105669.
HSL color Cylindrical-coordinate representation of color #45339A: hue angle of 250.49º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45339A is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 51 | 154 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.40 |
| HSL | 250.49º | 0.5% | 0.4% | - |
| HSV(B) | 250.49º | 0.67% | 0.6% | - |
| XYZ | 9.47 | 5.97 | 31.22 | - |
| YUV | 68.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 154 | 0.55 | 0.67 | 0 | 0.40 | 250.49 | 0.5 | 0.4 |
| Hex | 45 | 33 | 9A | 37 | 43 | 0 | 28 | FA | 32 | 28 |
| Octal | 105 | 63 | 232 | 67 | 103 | 0 | 50 | 372 | 62 | 50 |
| Binary | 1000101 | 110011 | 10011010 | 110111 | 1000011 | 0 | 101000 | 11111010 | 110010 | 101000 |
Color Harmonies of #45339A
Complementary color
Monochromatic Colors of #45339A
Black with #45339A
Text Example
Text Example
White with #45339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45339A; }
p { color: rgb(69,51,154); }
H1.HeaderClassName
{
color: #45339A;
}
.AnyTagClassName
{
color: #45339A;
}
</style>
background-color css
<style>
a { background-color: #45339A; }
a { background-color: rgb(69,51,154); }
div.DivClassName
{
background-color: #45339A;
}
.BgClassName
{
background-color: #45339A;
}
</style>
border-color css
<style>
span { border-color: #45339A; }
span { border-color: rgb(69,51,154); }
td.TdClassName
{
border-color: #45339A;
}
.TagClassName
{
border-color: #45339A;
}
</style>