Shades of Blue Gem #443CAB
Tints of Blue Gem #443CAB
RGB
CMYK
RGB Variations
Color information
#443CAB (or 0x443CAB) is known color: Blue Gem. HEX triplet: 44, 3C and AB. RGB value is (68,60,171). Sum of RGB (Red+Green+Blue) = 68+60+171=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #443CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443CAB is #BBC354. Grayscale: #4A4A4A. Windows color (decimal): -12305237 or 11222084. OLE color: 11222084.
HSL color Cylindrical-coordinate representation of color #443CAB: hue angle of 244.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443CAB is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 60 | 171 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.33 |
| HSL | 244.32º | 0.48% | 0.45% | - |
| HSV(B) | 244.32º | 0.65% | 0.67% | - |
| XYZ | 11.35 | 7.4 | 39.36 | - |
| YUV | 75.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 171 | 0.60 | 0.65 | 0 | 0.33 | 244.32 | 0.48 | 0.45 |
| Hex | 44 | 3C | AB | 3C | 41 | 0 | 21 | F4 | 30 | 2D |
| Octal | 104 | 74 | 253 | 74 | 101 | 0 | 41 | 364 | 60 | 55 |
| Binary | 1000100 | 111100 | 10101011 | 111100 | 1000001 | 0 | 100001 | 11110100 | 110000 | 101101 |
Color Harmonies of #443CAB
Complementary color
Monochromatic Colors of #443CAB
Black with #443CAB
Text Example
Text Example
White with #443CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CAB; }
p { color: rgb(68,60,171); }
H1.HeaderClassName
{
color: #443CAB;
}
.AnyTagClassName
{
color: #443CAB;
}
</style>
background-color css
<style>
a { background-color: #443CAB; }
a { background-color: rgb(68,60,171); }
div.DivClassName
{
background-color: #443CAB;
}
.BgClassName
{
background-color: #443CAB;
}
</style>
border-color css
<style>
span { border-color: #443CAB; }
span { border-color: rgb(68,60,171); }
td.TdClassName
{
border-color: #443CAB;
}
.TagClassName
{
border-color: #443CAB;
}
</style>