Shades of Blue Diamond #44296E
Tints of Blue Diamond #44296E
RGB
CMYK
RGB Variations
Color information
#44296E (or 0x44296E) is known color: Blue Diamond. HEX triplet: 44, 29 and 6E. RGB value is (68,41,110). Sum of RGB (Red+Green+Blue) = 68+41+110=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #44296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44296E is #BBD691. Grayscale: #383838. Windows color (decimal): -12310162 or 7219524. OLE color: 7219524.
HSL color Cylindrical-coordinate representation of color #44296E: hue angle of 263.48º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44296E is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 41 | 110 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.57 |
| HSL | 263.48º | 0.46% | 0.3% | - |
| HSV(B) | 263.48º | 0.63% | 0.43% | - |
| XYZ | 5.99 | 3.94 | 15.2 | - |
| YUV | 56.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 110 | 0.38 | 0.63 | 0 | 0.57 | 263.48 | 0.46 | 0.3 |
| Hex | 44 | 29 | 6E | 26 | 3F | 0 | 39 | 107 | 2E | 1E |
| Octal | 104 | 51 | 156 | 46 | 77 | 0 | 71 | 407 | 56 | 36 |
| Binary | 1000100 | 101001 | 1101110 | 100110 | 111111 | 0 | 111001 | 100000111 | 101110 | 11110 |
Color Harmonies of #44296E
Complementary color
Monochromatic Colors of #44296E
Black with #44296E
Text Example
Text Example
White with #44296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44296E; }
p { color: rgb(68,41,110); }
H1.HeaderClassName
{
color: #44296E;
}
.AnyTagClassName
{
color: #44296E;
}
</style>
background-color css
<style>
a { background-color: #44296E; }
a { background-color: rgb(68,41,110); }
div.DivClassName
{
background-color: #44296E;
}
.BgClassName
{
background-color: #44296E;
}
</style>
border-color css
<style>
span { border-color: #44296E; }
span { border-color: rgb(68,41,110); }
td.TdClassName
{
border-color: #44296E;
}
.TagClassName
{
border-color: #44296E;
}
</style>