Shades of Blue Diamond #442268
Tints of Blue Diamond #442268
RGB
CMYK
RGB Variations
Color information
#442268 (or 0x442268) is known color: Blue Diamond. HEX triplet: 44, 22 and 68. RGB value is (68,34,104). Sum of RGB (Red+Green+Blue) = 68+34+104=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #442268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442268 is #BBDD97. Grayscale: #333333. Windows color (decimal): -12311960 or 6824516. OLE color: 6824516.
HSL color Cylindrical-coordinate representation of color #442268: hue angle of 269.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442268 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 34 | 104 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.59 |
| HSL | 269.14º | 0.51% | 0.27% | - |
| HSV(B) | 269.14º | 0.67% | 0.41% | - |
| XYZ | 5.45 | 3.37 | 13.46 | - |
| YUV | 52.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 104 | 0.35 | 0.67 | 0 | 0.59 | 269.14 | 0.51 | 0.27 |
| Hex | 44 | 22 | 68 | 23 | 43 | 0 | 3B | 10D | 33 | 1B |
| Octal | 104 | 42 | 150 | 43 | 103 | 0 | 73 | 415 | 63 | 33 |
| Binary | 1000100 | 100010 | 1101000 | 100011 | 1000011 | 0 | 111011 | 100001101 | 110011 | 11011 |
Color Harmonies of #442268
Complementary color
Monochromatic Colors of #442268
Black with #442268
Text Example
Text Example
White with #442268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442268; }
p { color: rgb(68,34,104); }
H1.HeaderClassName
{
color: #442268;
}
.AnyTagClassName
{
color: #442268;
}
</style>
background-color css
<style>
a { background-color: #442268; }
a { background-color: rgb(68,34,104); }
div.DivClassName
{
background-color: #442268;
}
.BgClassName
{
background-color: #442268;
}
</style>
border-color css
<style>
span { border-color: #442268; }
span { border-color: rgb(68,34,104); }
td.TdClassName
{
border-color: #442268;
}
.TagClassName
{
border-color: #442268;
}
</style>