Shades of Blue Gem #442F8F
Tints of Blue Gem #442F8F
RGB
CMYK
RGB Variations
Color information
#442F8F (or 0x442F8F) is known color: Blue Gem. HEX triplet: 44, 2F and 8F. RGB value is (68,47,143). Sum of RGB (Red+Green+Blue) = 68+47+143=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #442F8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F8F is #BBD070. Grayscale: #3F3F3F. Windows color (decimal): -12308593 or 9383748. OLE color: 9383748.
HSL color Cylindrical-coordinate representation of color #442F8F: hue angle of 253.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442F8F is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 47 | 143 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.44 |
| HSL | 253.13º | 0.51% | 0.37% | - |
| HSV(B) | 253.13º | 0.67% | 0.56% | - |
| XYZ | 8.36 | 5.25 | 26.56 | - |
| YUV | 64.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 143 | 0.52 | 0.67 | 0 | 0.44 | 253.13 | 0.51 | 0.37 |
| Hex | 44 | 2F | 8F | 34 | 43 | 0 | 2C | FD | 33 | 25 |
| Octal | 104 | 57 | 217 | 64 | 103 | 0 | 54 | 375 | 63 | 45 |
| Binary | 1000100 | 101111 | 10001111 | 110100 | 1000011 | 0 | 101100 | 11111101 | 110011 | 100101 |
Color Harmonies of #442F8F
Complementary color
Monochromatic Colors of #442F8F
Black with #442F8F
Text Example
Text Example
White with #442F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F8F; }
p { color: rgb(68,47,143); }
H1.HeaderClassName
{
color: #442F8F;
}
.AnyTagClassName
{
color: #442F8F;
}
</style>
background-color css
<style>
a { background-color: #442F8F; }
a { background-color: rgb(68,47,143); }
div.DivClassName
{
background-color: #442F8F;
}
.BgClassName
{
background-color: #442F8F;
}
</style>
border-color css
<style>
span { border-color: #442F8F; }
span { border-color: rgb(68,47,143); }
td.TdClassName
{
border-color: #442F8F;
}
.TagClassName
{
border-color: #442F8F;
}
</style>