Shades of Blue Gem #45338B
Tints of Blue Gem #45338B
RGB
CMYK
RGB Variations
Color information
#45338B (or 0x45338B) is known color: Blue Gem. HEX triplet: 45, 33 and 8B. RGB value is (69,51,139). Sum of RGB (Red+Green+Blue) = 69+51+139=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #45338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45338B is #BACC74. Grayscale: #424242. Windows color (decimal): -12242037 or 9122629. OLE color: 9122629.
HSL color Cylindrical-coordinate representation of color #45338B: hue angle of 252.27º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45338B is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 51 | 139 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.45 |
| HSL | 252.27º | 0.46% | 0.37% | - |
| HSV(B) | 252.27º | 0.63% | 0.55% | - |
| XYZ | 8.3 | 5.5 | 25.05 | - |
| YUV | 66.41 | 168.96 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 139 | 0.50 | 0.63 | 0 | 0.45 | 252.27 | 0.46 | 0.37 |
| Hex | 45 | 33 | 8B | 32 | 3F | 0 | 2D | FC | 2E | 25 |
| Octal | 105 | 63 | 213 | 62 | 77 | 0 | 55 | 374 | 56 | 45 |
| Binary | 1000101 | 110011 | 10001011 | 110010 | 111111 | 0 | 101101 | 11111100 | 101110 | 100101 |
Color Harmonies of #45338B
Complementary color
Monochromatic Colors of #45338B
Black with #45338B
Text Example
Text Example
White with #45338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45338B; }
p { color: rgb(69,51,139); }
H1.HeaderClassName
{
color: #45338B;
}
.AnyTagClassName
{
color: #45338B;
}
</style>
background-color css
<style>
a { background-color: #45338B; }
a { background-color: rgb(69,51,139); }
div.DivClassName
{
background-color: #45338B;
}
.BgClassName
{
background-color: #45338B;
}
</style>
border-color css
<style>
span { border-color: #45338B; }
span { border-color: rgb(69,51,139); }
td.TdClassName
{
border-color: #45338B;
}
.TagClassName
{
border-color: #45338B;
}
</style>