Shades of Blue Diamond #44286C
Tints of Blue Diamond #44286C
RGB
CMYK
RGB Variations
Color information
#44286C (or 0x44286C) is known color: Blue Diamond. HEX triplet: 44, 28 and 6C. RGB value is (68,40,108). Sum of RGB (Red+Green+Blue) = 68+40+108=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #44286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44286C is #BBD793. Grayscale: #373737. Windows color (decimal): -12310420 or 7088196. OLE color: 7088196.
HSL color Cylindrical-coordinate representation of color #44286C: hue angle of 264.71º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44286C is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 40 | 108 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.58 |
| HSL | 264.71º | 0.46% | 0.29% | - |
| HSV(B) | 264.71º | 0.63% | 0.42% | - |
| XYZ | 5.85 | 3.83 | 14.62 | - |
| YUV | 56.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 108 | 0.37 | 0.63 | 0 | 0.58 | 264.71 | 0.46 | 0.29 |
| Hex | 44 | 28 | 6C | 25 | 3F | 0 | 3A | 109 | 2E | 1D |
| Octal | 104 | 50 | 154 | 45 | 77 | 0 | 72 | 411 | 56 | 35 |
| Binary | 1000100 | 101000 | 1101100 | 100101 | 111111 | 0 | 111010 | 100001001 | 101110 | 11101 |
Color Harmonies of #44286C
Complementary color
Monochromatic Colors of #44286C
Black with #44286C
Text Example
Text Example
White with #44286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44286C; }
p { color: rgb(68,40,108); }
H1.HeaderClassName
{
color: #44286C;
}
.AnyTagClassName
{
color: #44286C;
}
</style>
background-color css
<style>
a { background-color: #44286C; }
a { background-color: rgb(68,40,108); }
div.DivClassName
{
background-color: #44286C;
}
.BgClassName
{
background-color: #44286C;
}
</style>
border-color css
<style>
span { border-color: #44286C; }
span { border-color: rgb(68,40,108); }
td.TdClassName
{
border-color: #44286C;
}
.TagClassName
{
border-color: #44286C;
}
</style>