Shades of Blue Diamond #44276D
Tints of Blue Diamond #44276D
RGB
CMYK
RGB Variations
Color information
#44276D (or 0x44276D) is known color: Blue Diamond. HEX triplet: 44, 27 and 6D. RGB value is (68,39,109). Sum of RGB (Red+Green+Blue) = 68+39+109=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #44276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44276D is #BBD892. Grayscale: #373737. Windows color (decimal): -12310675 or 7153476. OLE color: 7153476.
HSL color Cylindrical-coordinate representation of color #44276D: hue angle of 264.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44276D is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 39 | 109 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.57 |
| HSL | 264.86º | 0.47% | 0.29% | - |
| HSV(B) | 264.86º | 0.64% | 0.43% | - |
| XYZ | 5.87 | 3.78 | 14.89 | - |
| YUV | 55.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 109 | 0.38 | 0.64 | 0 | 0.57 | 264.86 | 0.47 | 0.29 |
| Hex | 44 | 27 | 6D | 26 | 40 | 0 | 39 | 109 | 2F | 1D |
| Octal | 104 | 47 | 155 | 46 | 100 | 0 | 71 | 411 | 57 | 35 |
| Binary | 1000100 | 100111 | 1101101 | 100110 | 1000000 | 0 | 111001 | 100001001 | 101111 | 11101 |
Color Harmonies of #44276D
Complementary color
Monochromatic Colors of #44276D
Black with #44276D
Text Example
Text Example
White with #44276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44276D; }
p { color: rgb(68,39,109); }
H1.HeaderClassName
{
color: #44276D;
}
.AnyTagClassName
{
color: #44276D;
}
</style>
background-color css
<style>
a { background-color: #44276D; }
a { background-color: rgb(68,39,109); }
div.DivClassName
{
background-color: #44276D;
}
.BgClassName
{
background-color: #44276D;
}
</style>
border-color css
<style>
span { border-color: #44276D; }
span { border-color: rgb(68,39,109); }
td.TdClassName
{
border-color: #44276D;
}
.TagClassName
{
border-color: #44276D;
}
</style>