Shades of Blue Gem #442C8F
Tints of Blue Gem #442C8F
RGB
CMYK
RGB Variations
Color information
#442C8F (or 0x442C8F) is known color: Blue Gem. HEX triplet: 44, 2C and 8F. RGB value is (68,44,143). Sum of RGB (Red+Green+Blue) = 68+44+143=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #442C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C8F is #BBD370. Grayscale: #3E3E3E. Windows color (decimal): -12309361 or 9382980. OLE color: 9382980.
HSL color Cylindrical-coordinate representation of color #442C8F: hue angle of 254.55º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442C8F is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 44 | 143 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.44 |
| HSL | 254.55º | 0.53% | 0.37% | - |
| HSV(B) | 254.55º | 0.69% | 0.56% | - |
| XYZ | 8.24 | 5.01 | 26.52 | - |
| YUV | 62.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 143 | 0.52 | 0.69 | 0 | 0.44 | 254.55 | 0.53 | 0.37 |
| Hex | 44 | 2C | 8F | 34 | 45 | 0 | 2C | FF | 35 | 25 |
| Octal | 104 | 54 | 217 | 64 | 105 | 0 | 54 | 377 | 65 | 45 |
| Binary | 1000100 | 101100 | 10001111 | 110100 | 1000101 | 0 | 101100 | 11111111 | 110101 | 100101 |
Color Harmonies of #442C8F
Complementary color
Monochromatic Colors of #442C8F
Black with #442C8F
Text Example
Text Example
White with #442C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C8F; }
p { color: rgb(68,44,143); }
H1.HeaderClassName
{
color: #442C8F;
}
.AnyTagClassName
{
color: #442C8F;
}
</style>
background-color css
<style>
a { background-color: #442C8F; }
a { background-color: rgb(68,44,143); }
div.DivClassName
{
background-color: #442C8F;
}
.BgClassName
{
background-color: #442C8F;
}
</style>
border-color css
<style>
span { border-color: #442C8F; }
span { border-color: rgb(68,44,143); }
td.TdClassName
{
border-color: #442C8F;
}
.TagClassName
{
border-color: #442C8F;
}
</style>