Shades of Blue Gem #443AAB
Tints of Blue Gem #443AAB
RGB
CMYK
RGB Variations
Color information
#443AAB (or 0x443AAB) is known color: Blue Gem. HEX triplet: 44, 3A and AB. RGB value is (68,58,171). Sum of RGB (Red+Green+Blue) = 68+58+171=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #443AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443AAB is #BBC554. Grayscale: #494949. Windows color (decimal): -12305749 or 11221572. OLE color: 11221572.
HSL color Cylindrical-coordinate representation of color #443AAB: hue angle of 245.31º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443AAB is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 58 | 171 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.33 |
| HSL | 245.31º | 0.49% | 0.45% | - |
| HSV(B) | 245.31º | 0.66% | 0.67% | - |
| XYZ | 11.25 | 7.2 | 39.32 | - |
| YUV | 73.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 171 | 0.60 | 0.66 | 0 | 0.33 | 245.31 | 0.49 | 0.45 |
| Hex | 44 | 3A | AB | 3C | 42 | 0 | 21 | F5 | 31 | 2D |
| Octal | 104 | 72 | 253 | 74 | 102 | 0 | 41 | 365 | 61 | 55 |
| Binary | 1000100 | 111010 | 10101011 | 111100 | 1000010 | 0 | 100001 | 11110101 | 110001 | 101101 |
Color Harmonies of #443AAB
Complementary color
Monochromatic Colors of #443AAB
Black with #443AAB
Text Example
Text Example
White with #443AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443AAB; }
p { color: rgb(68,58,171); }
H1.HeaderClassName
{
color: #443AAB;
}
.AnyTagClassName
{
color: #443AAB;
}
</style>
background-color css
<style>
a { background-color: #443AAB; }
a { background-color: rgb(68,58,171); }
div.DivClassName
{
background-color: #443AAB;
}
.BgClassName
{
background-color: #443AAB;
}
</style>
border-color css
<style>
span { border-color: #443AAB; }
span { border-color: rgb(68,58,171); }
td.TdClassName
{
border-color: #443AAB;
}
.TagClassName
{
border-color: #443AAB;
}
</style>