Shades of Blue Gem #443BAA
Tints of Blue Gem #443BAA
RGB
CMYK
RGB Variations
Color information
#443BAA (or 0x443BAA) is known color: Blue Gem. HEX triplet: 44, 3B and AA. RGB value is (68,59,170). Sum of RGB (Red+Green+Blue) = 68+59+170=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #443BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443BAA is #BBC455. Grayscale: #494949. Windows color (decimal): -12305494 or 11156292. OLE color: 11156292.
HSL color Cylindrical-coordinate representation of color #443BAA: hue angle of 244.86º 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 #443BAA is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 59 | 170 | - |
| CMYK | 0.6 | 0.65 | 0 | 0.33 |
| HSL | 244.86º | 0.48% | 0.45% | - |
| HSV(B) | 244.86º | 0.65% | 0.67% | - |
| XYZ | 11.2 | 7.26 | 38.84 | - |
| YUV | 74.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 170 | 0.6 | 0.65 | 0 | 0.33 | 244.86 | 0.48 | 0.45 |
| Hex | 44 | 3B | AA | 3C | 41 | 0 | 21 | F5 | 30 | 2D |
| Octal | 104 | 73 | 252 | 74 | 101 | 0 | 41 | 365 | 60 | 55 |
| Binary | 1000100 | 111011 | 10101010 | 111100 | 1000001 | 0 | 100001 | 11110101 | 110000 | 101101 |
Color Harmonies of #443BAA
Complementary color
Monochromatic Colors of #443BAA
Black with #443BAA
Text Example
Text Example
White with #443BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BAA; }
p { color: rgb(68,59,170); }
H1.HeaderClassName
{
color: #443BAA;
}
.AnyTagClassName
{
color: #443BAA;
}
</style>
background-color css
<style>
a { background-color: #443BAA; }
a { background-color: rgb(68,59,170); }
div.DivClassName
{
background-color: #443BAA;
}
.BgClassName
{
background-color: #443BAA;
}
</style>
border-color css
<style>
span { border-color: #443BAA; }
span { border-color: rgb(68,59,170); }
td.TdClassName
{
border-color: #443BAA;
}
.TagClassName
{
border-color: #443BAA;
}
</style>