Shades of Blue Gem #45339C
Tints of Blue Gem #45339C
RGB
CMYK
RGB Variations
Color information
#45339C (or 0x45339C) is known color: Blue Gem. HEX triplet: 45, 33 and 9C. RGB value is (69,51,156). Sum of RGB (Red+Green+Blue) = 69+51+156=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #45339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45339C is #BACC63. Grayscale: #434343. Windows color (decimal): -12242020 or 10236741. OLE color: 10236741.
HSL color Cylindrical-coordinate representation of color #45339C: hue angle of 250.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45339C is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 51 | 156 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.39 |
| HSL | 250.29º | 0.51% | 0.41% | - |
| HSV(B) | 250.29º | 0.67% | 0.61% | - |
| XYZ | 9.64 | 6.03 | 32.11 | - |
| YUV | 68.35 | 177.46 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 156 | 0.56 | 0.67 | 0 | 0.39 | 250.29 | 0.51 | 0.41 |
| Hex | 45 | 33 | 9C | 38 | 43 | 0 | 27 | FA | 33 | 29 |
| Octal | 105 | 63 | 234 | 70 | 103 | 0 | 47 | 372 | 63 | 51 |
| Binary | 1000101 | 110011 | 10011100 | 111000 | 1000011 | 0 | 100111 | 11111010 | 110011 | 101001 |
Color Harmonies of #45339C
Complementary color
Monochromatic Colors of #45339C
Black with #45339C
Text Example
Text Example
White with #45339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45339C; }
p { color: rgb(69,51,156); }
H1.HeaderClassName
{
color: #45339C;
}
.AnyTagClassName
{
color: #45339C;
}
</style>
background-color css
<style>
a { background-color: #45339C; }
a { background-color: rgb(69,51,156); }
div.DivClassName
{
background-color: #45339C;
}
.BgClassName
{
background-color: #45339C;
}
</style>
border-color css
<style>
span { border-color: #45339C; }
span { border-color: rgb(69,51,156); }
td.TdClassName
{
border-color: #45339C;
}
.TagClassName
{
border-color: #45339C;
}
</style>