Shades of Blue Diamond #442168
Tints of Blue Diamond #442168
RGB
CMYK
RGB Variations
Color information
#442168 (or 0x442168) is known color: Blue Diamond. HEX triplet: 44, 21 and 68. RGB value is (68,33,104). Sum of RGB (Red+Green+Blue) = 68+33+104=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #442168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442168 is #BBDE97. Grayscale: #333333. Windows color (decimal): -12312216 or 6824260. OLE color: 6824260.
HSL color Cylindrical-coordinate representation of color #442168: hue angle of 269.58º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442168 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 33 | 104 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.59 |
| HSL | 269.58º | 0.52% | 0.27% | - |
| HSV(B) | 269.58º | 0.68% | 0.41% | - |
| XYZ | 5.43 | 3.32 | 13.45 | - |
| YUV | 51.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 104 | 0.35 | 0.68 | 0 | 0.59 | 269.58 | 0.52 | 0.27 |
| Hex | 44 | 21 | 68 | 23 | 44 | 0 | 3B | 10E | 34 | 1B |
| Octal | 104 | 41 | 150 | 43 | 104 | 0 | 73 | 416 | 64 | 33 |
| Binary | 1000100 | 100001 | 1101000 | 100011 | 1000100 | 0 | 111011 | 100001110 | 110100 | 11011 |
Color Harmonies of #442168
Complementary color
Monochromatic Colors of #442168
Black with #442168
Text Example
Text Example
White with #442168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442168; }
p { color: rgb(68,33,104); }
H1.HeaderClassName
{
color: #442168;
}
.AnyTagClassName
{
color: #442168;
}
</style>
background-color css
<style>
a { background-color: #442168; }
a { background-color: rgb(68,33,104); }
div.DivClassName
{
background-color: #442168;
}
.BgClassName
{
background-color: #442168;
}
</style>
border-color css
<style>
span { border-color: #442168; }
span { border-color: rgb(68,33,104); }
td.TdClassName
{
border-color: #442168;
}
.TagClassName
{
border-color: #442168;
}
</style>