Shades of Blue Diamond #442C6A
Tints of Blue Diamond #442C6A
RGB
CMYK
RGB Variations
Color information
#442C6A (or 0x442C6A) is known color: Blue Diamond. HEX triplet: 44, 2C and 6A. RGB value is (68,44,106). Sum of RGB (Red+Green+Blue) = 68+44+106=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #442C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C6A is #BBD395. Grayscale: #3A3A3A. Windows color (decimal): -12309398 or 6958148. OLE color: 6958148.
HSL color Cylindrical-coordinate representation of color #442C6A: hue angle of 263.23º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #442C6A is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 44 | 106 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.58 |
| HSL | 263.23º | 0.41% | 0.29% | - |
| HSV(B) | 263.23º | 0.58% | 0.42% | - |
| XYZ | 5.89 | 4.07 | 14.11 | - |
| YUV | 58.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 106 | 0.36 | 0.58 | 0 | 0.58 | 263.23 | 0.41 | 0.29 |
| Hex | 44 | 2C | 6A | 24 | 3A | 0 | 3A | 107 | 29 | 1D |
| Octal | 104 | 54 | 152 | 44 | 72 | 0 | 72 | 407 | 51 | 35 |
| Binary | 1000100 | 101100 | 1101010 | 100100 | 111010 | 0 | 111010 | 100000111 | 101001 | 11101 |
Color Harmonies of #442C6A
Complementary color
Monochromatic Colors of #442C6A
Black with #442C6A
Text Example
Text Example
White with #442C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C6A; }
p { color: rgb(68,44,106); }
H1.HeaderClassName
{
color: #442C6A;
}
.AnyTagClassName
{
color: #442C6A;
}
</style>
background-color css
<style>
a { background-color: #442C6A; }
a { background-color: rgb(68,44,106); }
div.DivClassName
{
background-color: #442C6A;
}
.BgClassName
{
background-color: #442C6A;
}
</style>
border-color css
<style>
span { border-color: #442C6A; }
span { border-color: rgb(68,44,106); }
td.TdClassName
{
border-color: #442C6A;
}
.TagClassName
{
border-color: #442C6A;
}
</style>