Shades of Blue Diamond #442868
Tints of Blue Diamond #442868
RGB
CMYK
RGB Variations
Color information
#442868 (or 0x442868) is known color: Blue Diamond. HEX triplet: 44, 28 and 68. RGB value is (68,40,104). Sum of RGB (Red+Green+Blue) = 68+40+104=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #442868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442868 is #BBD797. Grayscale: #373737. Windows color (decimal): -12310424 or 6826052. OLE color: 6826052.
HSL color Cylindrical-coordinate representation of color #442868: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442868 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 40 | 104 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.59 |
| HSL | 266.25º | 0.44% | 0.28% | - |
| HSV(B) | 266.25º | 0.62% | 0.41% | - |
| XYZ | 5.64 | 3.75 | 13.52 | - |
| YUV | 55.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 104 | 0.35 | 0.62 | 0 | 0.59 | 266.25 | 0.44 | 0.28 |
| Hex | 44 | 28 | 68 | 23 | 3E | 0 | 3B | 10A | 2C | 1C |
| Octal | 104 | 50 | 150 | 43 | 76 | 0 | 73 | 412 | 54 | 34 |
| Binary | 1000100 | 101000 | 1101000 | 100011 | 111110 | 0 | 111011 | 100001010 | 101100 | 11100 |
Color Harmonies of #442868
Complementary color
Monochromatic Colors of #442868
Black with #442868
Text Example
Text Example
White with #442868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442868; }
p { color: rgb(68,40,104); }
H1.HeaderClassName
{
color: #442868;
}
.AnyTagClassName
{
color: #442868;
}
</style>
background-color css
<style>
a { background-color: #442868; }
a { background-color: rgb(68,40,104); }
div.DivClassName
{
background-color: #442868;
}
.BgClassName
{
background-color: #442868;
}
</style>
border-color css
<style>
span { border-color: #442868; }
span { border-color: rgb(68,40,104); }
td.TdClassName
{
border-color: #442868;
}
.TagClassName
{
border-color: #442868;
}
</style>