Shades of Blue Diamond #50306D
Tints of Blue Diamond #50306D
RGB
CMYK
RGB Variations
Color information
#50306D (or 0x50306D) is known color: Blue Diamond. HEX triplet: 50, 30 and 6D. RGB value is (80,48,109). Sum of RGB (Red+Green+Blue) = 80+48+109=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #50306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50306D is #AFCF92. Grayscale: #404040. Windows color (decimal): -11521939 or 7155792. OLE color: 7155792.
HSL color Cylindrical-coordinate representation of color #50306D: hue angle of 271.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50306D is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 48 | 109 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.57 |
| HSL | 271.48º | 0.39% | 0.31% | - |
| HSV(B) | 271.48º | 0.56% | 0.43% | - |
| XYZ | 7.13 | 4.92 | 15.04 | - |
| YUV | 64.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 109 | 0.27 | 0.56 | 0 | 0.57 | 271.48 | 0.39 | 0.31 |
| Hex | 50 | 30 | 6D | 1B | 38 | 0 | 39 | 10F | 27 | 1F |
| Octal | 120 | 60 | 155 | 33 | 70 | 0 | 71 | 417 | 47 | 37 |
| Binary | 1010000 | 110000 | 1101101 | 11011 | 111000 | 0 | 111001 | 100001111 | 100111 | 11111 |
Color Harmonies of #50306D
Complementary color
Monochromatic Colors of #50306D
Black with #50306D
Text Example
Text Example
White with #50306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50306D; }
p { color: rgb(80,48,109); }
H1.HeaderClassName
{
color: #50306D;
}
.AnyTagClassName
{
color: #50306D;
}
</style>
background-color css
<style>
a { background-color: #50306D; }
a { background-color: rgb(80,48,109); }
div.DivClassName
{
background-color: #50306D;
}
.BgClassName
{
background-color: #50306D;
}
</style>
border-color css
<style>
span { border-color: #50306D; }
span { border-color: rgb(80,48,109); }
td.TdClassName
{
border-color: #50306D;
}
.TagClassName
{
border-color: #50306D;
}
</style>