Shades of Blue Gem #442BAB
Tints of Blue Gem #442BAB
RGB
CMYK
RGB Variations
Color information
#442BAB (or 0x442BAB) is known color: Blue Gem. HEX triplet: 44, 2B and AB. RGB value is (68,43,171). Sum of RGB (Red+Green+Blue) = 68+43+171=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #442BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442BAB is #BBD454. Grayscale: #404040. Windows color (decimal): -12309589 or 11217732. OLE color: 11217732.
HSL color Cylindrical-coordinate representation of color #442BAB: hue angle of 251.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442BAB is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 43 | 171 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.33 |
| HSL | 251.72º | 0.6% | 0.42% | - |
| HSV(B) | 251.72º | 0.75% | 0.67% | - |
| XYZ | 10.6 | 5.9 | 39.11 | - |
| YUV | 65.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 171 | 0.60 | 0.75 | 0 | 0.33 | 251.72 | 0.6 | 0.42 |
| Hex | 44 | 2B | AB | 3C | 4B | 0 | 21 | FC | 3C | 2A |
| Octal | 104 | 53 | 253 | 74 | 113 | 0 | 41 | 374 | 74 | 52 |
| Binary | 1000100 | 101011 | 10101011 | 111100 | 1001011 | 0 | 100001 | 11111100 | 111100 | 101010 |
Color Harmonies of #442BAB
Complementary color
Monochromatic Colors of #442BAB
Black with #442BAB
Text Example
Text Example
White with #442BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BAB; }
p { color: rgb(68,43,171); }
H1.HeaderClassName
{
color: #442BAB;
}
.AnyTagClassName
{
color: #442BAB;
}
</style>
background-color css
<style>
a { background-color: #442BAB; }
a { background-color: rgb(68,43,171); }
div.DivClassName
{
background-color: #442BAB;
}
.BgClassName
{
background-color: #442BAB;
}
</style>
border-color css
<style>
span { border-color: #442BAB; }
span { border-color: rgb(68,43,171); }
td.TdClassName
{
border-color: #442BAB;
}
.TagClassName
{
border-color: #442BAB;
}
</style>