Shades of Blue Gem #443B9B
Tints of Blue Gem #443B9B
RGB
CMYK
RGB Variations
Color information
#443B9B (or 0x443B9B) is known color: Blue Gem. HEX triplet: 44, 3B and 9B. RGB value is (68,59,155). Sum of RGB (Red+Green+Blue) = 68+59+155=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #443B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443B9B is #BBC464. Grayscale: #484848. Windows color (decimal): -12305509 or 10173252. OLE color: 10173252.
HSL color Cylindrical-coordinate representation of color #443B9B: hue angle of 245.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443B9B is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 59 | 155 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.39 |
| HSL | 245.63º | 0.45% | 0.42% | - |
| HSV(B) | 245.63º | 0.62% | 0.61% | - |
| XYZ | 9.86 | 6.72 | 31.79 | - |
| YUV | 72.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 155 | 0.56 | 0.62 | 0 | 0.39 | 245.63 | 0.45 | 0.42 |
| Hex | 44 | 3B | 9B | 38 | 3E | 0 | 27 | F6 | 2D | 2A |
| Octal | 104 | 73 | 233 | 70 | 76 | 0 | 47 | 366 | 55 | 52 |
| Binary | 1000100 | 111011 | 10011011 | 111000 | 111110 | 0 | 100111 | 11110110 | 101101 | 101010 |
Color Harmonies of #443B9B
Complementary color
Monochromatic Colors of #443B9B
Black with #443B9B
Text Example
Text Example
White with #443B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B9B; }
p { color: rgb(68,59,155); }
H1.HeaderClassName
{
color: #443B9B;
}
.AnyTagClassName
{
color: #443B9B;
}
</style>
background-color css
<style>
a { background-color: #443B9B; }
a { background-color: rgb(68,59,155); }
div.DivClassName
{
background-color: #443B9B;
}
.BgClassName
{
background-color: #443B9B;
}
</style>
border-color css
<style>
span { border-color: #443B9B; }
span { border-color: rgb(68,59,155); }
td.TdClassName
{
border-color: #443B9B;
}
.TagClassName
{
border-color: #443B9B;
}
</style>