Shades of Blue Diamond #44216A
Tints of Blue Diamond #44216A
RGB
CMYK
RGB Variations
Color information
#44216A (or 0x44216A) is known color: Blue Diamond. HEX triplet: 44, 21 and 6A. RGB value is (68,33,106). Sum of RGB (Red+Green+Blue) = 68+33+106=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #44216A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44216A is #BBDE95. Grayscale: #333333. Windows color (decimal): -12312214 or 6955332. OLE color: 6955332.
HSL color Cylindrical-coordinate representation of color #44216A: hue angle of 268.77º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44216A is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 33 | 106 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.58 |
| HSL | 268.77º | 0.53% | 0.27% | - |
| HSV(B) | 268.77º | 0.69% | 0.42% | - |
| XYZ | 5.53 | 3.36 | 13.99 | - |
| YUV | 51.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 106 | 0.36 | 0.69 | 0 | 0.58 | 268.77 | 0.53 | 0.27 |
| Hex | 44 | 21 | 6A | 24 | 45 | 0 | 3A | 10D | 35 | 1B |
| Octal | 104 | 41 | 152 | 44 | 105 | 0 | 72 | 415 | 65 | 33 |
| Binary | 1000100 | 100001 | 1101010 | 100100 | 1000101 | 0 | 111010 | 100001101 | 110101 | 11011 |
Color Harmonies of #44216A
Complementary color
Monochromatic Colors of #44216A
Black with #44216A
Text Example
Text Example
White with #44216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44216A; }
p { color: rgb(68,33,106); }
H1.HeaderClassName
{
color: #44216A;
}
.AnyTagClassName
{
color: #44216A;
}
</style>
background-color css
<style>
a { background-color: #44216A; }
a { background-color: rgb(68,33,106); }
div.DivClassName
{
background-color: #44216A;
}
.BgClassName
{
background-color: #44216A;
}
</style>
border-color css
<style>
span { border-color: #44216A; }
span { border-color: rgb(68,33,106); }
td.TdClassName
{
border-color: #44216A;
}
.TagClassName
{
border-color: #44216A;
}
</style>