Shades of Blue Diamond #44296C
Tints of Blue Diamond #44296C
RGB
CMYK
RGB Variations
Color information
#44296C (or 0x44296C) is known color: Blue Diamond. HEX triplet: 44, 29 and 6C. RGB value is (68,41,108). Sum of RGB (Red+Green+Blue) = 68+41+108=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #44296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44296C is #BBD693. Grayscale: #383838. Windows color (decimal): -12310164 or 7088452. OLE color: 7088452.
HSL color Cylindrical-coordinate representation of color #44296C: hue angle of 264.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44296C is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 41 | 108 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.58 |
| HSL | 264.18º | 0.45% | 0.29% | - |
| HSV(B) | 264.18º | 0.62% | 0.42% | - |
| XYZ | 5.88 | 3.9 | 14.63 | - |
| YUV | 56.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 108 | 0.37 | 0.62 | 0 | 0.58 | 264.18 | 0.45 | 0.29 |
| Hex | 44 | 29 | 6C | 25 | 3E | 0 | 3A | 108 | 2D | 1D |
| Octal | 104 | 51 | 154 | 45 | 76 | 0 | 72 | 410 | 55 | 35 |
| Binary | 1000100 | 101001 | 1101100 | 100101 | 111110 | 0 | 111010 | 100001000 | 101101 | 11101 |
Color Harmonies of #44296C
Complementary color
Monochromatic Colors of #44296C
Black with #44296C
Text Example
Text Example
White with #44296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44296C; }
p { color: rgb(68,41,108); }
H1.HeaderClassName
{
color: #44296C;
}
.AnyTagClassName
{
color: #44296C;
}
</style>
background-color css
<style>
a { background-color: #44296C; }
a { background-color: rgb(68,41,108); }
div.DivClassName
{
background-color: #44296C;
}
.BgClassName
{
background-color: #44296C;
}
</style>
border-color css
<style>
span { border-color: #44296C; }
span { border-color: rgb(68,41,108); }
td.TdClassName
{
border-color: #44296C;
}
.TagClassName
{
border-color: #44296C;
}
</style>