Shades of Blue Gem #443BB2
Tints of Blue Gem #443BB2
RGB
CMYK
RGB Variations
Color information
#443BB2 (or 0x443BB2) is known color: Blue Gem. HEX triplet: 44, 3B and B2. RGB value is (68,59,178). Sum of RGB (Red+Green+Blue) = 68+59+178=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #443BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443BB2 is #BBC44D. Grayscale: #4A4A4A. Windows color (decimal): -12305486 or 11680580. OLE color: 11680580.
HSL color Cylindrical-coordinate representation of color #443BB2: hue angle of 244.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443BB2 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 59 | 178 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.30 |
| HSL | 244.54º | 0.5% | 0.46% | - |
| HSV(B) | 244.54º | 0.67% | 0.7% | - |
| XYZ | 11.98 | 7.57 | 42.95 | - |
| YUV | 75.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 178 | 0.62 | 0.67 | 0 | 0.30 | 244.54 | 0.5 | 0.46 |
| Hex | 44 | 3B | B2 | 3E | 43 | 0 | 1E | F5 | 32 | 2E |
| Octal | 104 | 73 | 262 | 76 | 103 | 0 | 36 | 365 | 62 | 56 |
| Binary | 1000100 | 111011 | 10110010 | 111110 | 1000011 | 0 | 11110 | 11110101 | 110010 | 101110 |
Color Harmonies of #443BB2
Complementary color
Monochromatic Colors of #443BB2
Black with #443BB2
Text Example
Text Example
White with #443BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BB2; }
p { color: rgb(68,59,178); }
H1.HeaderClassName
{
color: #443BB2;
}
.AnyTagClassName
{
color: #443BB2;
}
</style>
background-color css
<style>
a { background-color: #443BB2; }
a { background-color: rgb(68,59,178); }
div.DivClassName
{
background-color: #443BB2;
}
.BgClassName
{
background-color: #443BB2;
}
</style>
border-color css
<style>
span { border-color: #443BB2; }
span { border-color: rgb(68,59,178); }
td.TdClassName
{
border-color: #443BB2;
}
.TagClassName
{
border-color: #443BB2;
}
</style>