Shades of Blue Diamond #50306C
Tints of Blue Diamond #50306C
RGB
CMYK
RGB Variations
Color information
#50306C (or 0x50306C) is known color: Blue Diamond. HEX triplet: 50, 30 and 6C. RGB value is (80,48,108). Sum of RGB (Red+Green+Blue) = 80+48+108=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #50306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50306C is #AFCF93. Grayscale: #404040. Windows color (decimal): -11521940 or 7090256. OLE color: 7090256.
HSL color Cylindrical-coordinate representation of color #50306C: hue angle of 272º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50306C is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 48 | 108 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.58 |
| HSL | 272º | 0.38% | 0.31% | - |
| HSV(B) | 272º | 0.56% | 0.42% | - |
| XYZ | 7.07 | 4.9 | 14.76 | - |
| YUV | 64.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 108 | 0.26 | 0.56 | 0 | 0.58 | 272 | 0.38 | 0.31 |
| Hex | 50 | 30 | 6C | 1A | 38 | 0 | 3A | 110 | 26 | 1F |
| Octal | 120 | 60 | 154 | 32 | 70 | 0 | 72 | 420 | 46 | 37 |
| Binary | 1010000 | 110000 | 1101100 | 11010 | 111000 | 0 | 111010 | 100010000 | 100110 | 11111 |
Color Harmonies of #50306C
Complementary color
Monochromatic Colors of #50306C
Black with #50306C
Text Example
Text Example
White with #50306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50306C; }
p { color: rgb(80,48,108); }
H1.HeaderClassName
{
color: #50306C;
}
.AnyTagClassName
{
color: #50306C;
}
</style>
background-color css
<style>
a { background-color: #50306C; }
a { background-color: rgb(80,48,108); }
div.DivClassName
{
background-color: #50306C;
}
.BgClassName
{
background-color: #50306C;
}
</style>
border-color css
<style>
span { border-color: #50306C; }
span { border-color: rgb(80,48,108); }
td.TdClassName
{
border-color: #50306C;
}
.TagClassName
{
border-color: #50306C;
}
</style>