Shades of Blue Gem #50369C
Tints of Blue Gem #50369C
RGB
CMYK
RGB Variations
Color information
#50369C (or 0x50369C) is known color: Blue Gem. HEX triplet: 50, 36 and 9C. RGB value is (80,54,156). Sum of RGB (Red+Green+Blue) = 80+54+156=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #50369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50369C is #AFC963. Grayscale: #494949. Windows color (decimal): -11520356 or 10237520. OLE color: 10237520.
HSL color Cylindrical-coordinate representation of color #50369C: hue angle of 255.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50369C is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 54 | 156 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.39 |
| HSL | 255.29º | 0.49% | 0.41% | - |
| HSV(B) | 255.29º | 0.65% | 0.61% | - |
| XYZ | 10.63 | 6.74 | 32.19 | - |
| YUV | 73.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 156 | 0.49 | 0.65 | 0 | 0.39 | 255.29 | 0.49 | 0.41 |
| Hex | 50 | 36 | 9C | 31 | 41 | 0 | 27 | FF | 31 | 29 |
| Octal | 120 | 66 | 234 | 61 | 101 | 0 | 47 | 377 | 61 | 51 |
| Binary | 1010000 | 110110 | 10011100 | 110001 | 1000001 | 0 | 100111 | 11111111 | 110001 | 101001 |
Color Harmonies of #50369C
Complementary color
Monochromatic Colors of #50369C
Black with #50369C
Text Example
Text Example
White with #50369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50369C; }
p { color: rgb(80,54,156); }
H1.HeaderClassName
{
color: #50369C;
}
.AnyTagClassName
{
color: #50369C;
}
</style>
background-color css
<style>
a { background-color: #50369C; }
a { background-color: rgb(80,54,156); }
div.DivClassName
{
background-color: #50369C;
}
.BgClassName
{
background-color: #50369C;
}
</style>
border-color css
<style>
span { border-color: #50369C; }
span { border-color: rgb(80,54,156); }
td.TdClassName
{
border-color: #50369C;
}
.TagClassName
{
border-color: #50369C;
}
</style>