Shades of Blue Gem #443DA5
Tints of Blue Gem #443DA5
RGB
CMYK
RGB Variations
Color information
#443DA5 (or 0x443DA5) is known color: Blue Gem. HEX triplet: 44, 3D and A5. RGB value is (68,61,165). Sum of RGB (Red+Green+Blue) = 68+61+165=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #443DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443DA5 is #BBC25A. Grayscale: #4A4A4A. Windows color (decimal): -12304987 or 10829124. OLE color: 10829124.
HSL color Cylindrical-coordinate representation of color #443DA5: hue angle of 244.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #443DA5 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 61 | 165 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.35 |
| HSL | 244.04º | 0.46% | 0.44% | - |
| HSV(B) | 244.04º | 0.63% | 0.65% | - |
| XYZ | 10.84 | 7.28 | 36.43 | - |
| YUV | 74.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 165 | 0.59 | 0.63 | 0 | 0.35 | 244.04 | 0.46 | 0.44 |
| Hex | 44 | 3D | A5 | 3B | 3F | 0 | 23 | F4 | 2E | 2C |
| Octal | 104 | 75 | 245 | 73 | 77 | 0 | 43 | 364 | 56 | 54 |
| Binary | 1000100 | 111101 | 10100101 | 111011 | 111111 | 0 | 100011 | 11110100 | 101110 | 101100 |
Color Harmonies of #443DA5
Complementary color
Monochromatic Colors of #443DA5
Black with #443DA5
Text Example
Text Example
White with #443DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DA5; }
p { color: rgb(68,61,165); }
H1.HeaderClassName
{
color: #443DA5;
}
.AnyTagClassName
{
color: #443DA5;
}
</style>
background-color css
<style>
a { background-color: #443DA5; }
a { background-color: rgb(68,61,165); }
div.DivClassName
{
background-color: #443DA5;
}
.BgClassName
{
background-color: #443DA5;
}
</style>
border-color css
<style>
span { border-color: #443DA5; }
span { border-color: rgb(68,61,165); }
td.TdClassName
{
border-color: #443DA5;
}
.TagClassName
{
border-color: #443DA5;
}
</style>