Shades of Blue Gem #443D9C
Tints of Blue Gem #443D9C
RGB
CMYK
RGB Variations
Color information
#443D9C (or 0x443D9C) is known color: Blue Gem. HEX triplet: 44, 3D and 9C. RGB value is (68,61,156). Sum of RGB (Red+Green+Blue) = 68+61+156=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #443D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443D9C is #BBC263. Grayscale: #494949. Windows color (decimal): -12304996 or 10239300. OLE color: 10239300.
HSL color Cylindrical-coordinate representation of color #443D9C: hue angle of 244.42º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #443D9C is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 61 | 156 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.39 |
| HSL | 244.42º | 0.44% | 0.43% | - |
| HSV(B) | 244.42º | 0.61% | 0.61% | - |
| XYZ | 10.05 | 6.97 | 32.27 | - |
| YUV | 73.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 156 | 0.56 | 0.61 | 0 | 0.39 | 244.42 | 0.44 | 0.43 |
| Hex | 44 | 3D | 9C | 38 | 3D | 0 | 27 | F4 | 2C | 2B |
| Octal | 104 | 75 | 234 | 70 | 75 | 0 | 47 | 364 | 54 | 53 |
| Binary | 1000100 | 111101 | 10011100 | 111000 | 111101 | 0 | 100111 | 11110100 | 101100 | 101011 |
Color Harmonies of #443D9C
Complementary color
Monochromatic Colors of #443D9C
Black with #443D9C
Text Example
Text Example
White with #443D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D9C; }
p { color: rgb(68,61,156); }
H1.HeaderClassName
{
color: #443D9C;
}
.AnyTagClassName
{
color: #443D9C;
}
</style>
background-color css
<style>
a { background-color: #443D9C; }
a { background-color: rgb(68,61,156); }
div.DivClassName
{
background-color: #443D9C;
}
.BgClassName
{
background-color: #443D9C;
}
</style>
border-color css
<style>
span { border-color: #443D9C; }
span { border-color: rgb(68,61,156); }
td.TdClassName
{
border-color: #443D9C;
}
.TagClassName
{
border-color: #443D9C;
}
</style>