Shades of Blue Diamond #442866
Tints of Blue Diamond #442866
RGB
CMYK
RGB Variations
Color information
#442866 (or 0x442866) is known color: Blue Diamond. HEX triplet: 44, 28 and 66. RGB value is (68,40,102). Sum of RGB (Red+Green+Blue) = 68+40+102=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #442866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442866 is #BBD799. Grayscale: #373737. Windows color (decimal): -12310426 or 6694980. OLE color: 6694980.
HSL color Cylindrical-coordinate representation of color #442866: hue angle of 267.1º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442866 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 40 | 102 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.6 |
| HSL | 267.1º | 0.44% | 0.28% | - |
| HSV(B) | 267.1º | 0.61% | 0.4% | - |
| XYZ | 5.54 | 3.71 | 12.99 | - |
| YUV | 55.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 102 | 0.33 | 0.61 | 0 | 0.6 | 267.1 | 0.44 | 0.28 |
| Hex | 44 | 28 | 66 | 21 | 3D | 0 | 3C | 10B | 2C | 1C |
| Octal | 104 | 50 | 146 | 41 | 75 | 0 | 74 | 413 | 54 | 34 |
| Binary | 1000100 | 101000 | 1100110 | 100001 | 111101 | 0 | 111100 | 100001011 | 101100 | 11100 |
Color Harmonies of #442866
Complementary color
Monochromatic Colors of #442866
Black with #442866
Text Example
Text Example
White with #442866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442866; }
p { color: rgb(68,40,102); }
H1.HeaderClassName
{
color: #442866;
}
.AnyTagClassName
{
color: #442866;
}
</style>
background-color css
<style>
a { background-color: #442866; }
a { background-color: rgb(68,40,102); }
div.DivClassName
{
background-color: #442866;
}
.BgClassName
{
background-color: #442866;
}
</style>
border-color css
<style>
span { border-color: #442866; }
span { border-color: rgb(68,40,102); }
td.TdClassName
{
border-color: #442866;
}
.TagClassName
{
border-color: #442866;
}
</style>