Shades of Blue Gem #442CAB
Tints of Blue Gem #442CAB
RGB
CMYK
RGB Variations
Color information
#442CAB (or 0x442CAB) is known color: Blue Gem. HEX triplet: 44, 2C and AB. RGB value is (68,44,171). Sum of RGB (Red+Green+Blue) = 68+44+171=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #442CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442CAB is #BBD354. Grayscale: #414141. Windows color (decimal): -12309333 or 11217988. OLE color: 11217988.
HSL color Cylindrical-coordinate representation of color #442CAB: hue angle of 251.34º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442CAB is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 44 | 171 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.33 |
| HSL | 251.34º | 0.59% | 0.42% | - |
| HSV(B) | 251.34º | 0.74% | 0.67% | - |
| XYZ | 10.64 | 5.97 | 39.12 | - |
| YUV | 65.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 171 | 0.60 | 0.74 | 0 | 0.33 | 251.34 | 0.59 | 0.42 |
| Hex | 44 | 2C | AB | 3C | 4A | 0 | 21 | FB | 3B | 2A |
| Octal | 104 | 54 | 253 | 74 | 112 | 0 | 41 | 373 | 73 | 52 |
| Binary | 1000100 | 101100 | 10101011 | 111100 | 1001010 | 0 | 100001 | 11111011 | 111011 | 101010 |
Color Harmonies of #442CAB
Complementary color
Monochromatic Colors of #442CAB
Black with #442CAB
Text Example
Text Example
White with #442CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CAB; }
p { color: rgb(68,44,171); }
H1.HeaderClassName
{
color: #442CAB;
}
.AnyTagClassName
{
color: #442CAB;
}
</style>
background-color css
<style>
a { background-color: #442CAB; }
a { background-color: rgb(68,44,171); }
div.DivClassName
{
background-color: #442CAB;
}
.BgClassName
{
background-color: #442CAB;
}
</style>
border-color css
<style>
span { border-color: #442CAB; }
span { border-color: rgb(68,44,171); }
td.TdClassName
{
border-color: #442CAB;
}
.TagClassName
{
border-color: #442CAB;
}
</style>