Shades of Blue Gem #44278F
Tints of Blue Gem #44278F
RGB
CMYK
RGB Variations
Color information
#44278F (or 0x44278F) is known color: Blue Gem. HEX triplet: 44, 27 and 8F. RGB value is (68,39,143). Sum of RGB (Red+Green+Blue) = 68+39+143=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #44278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44278F is #BBD870. Grayscale: #3B3B3B. Windows color (decimal): -12310641 or 9381700. OLE color: 9381700.
HSL color Cylindrical-coordinate representation of color #44278F: hue angle of 256.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44278F is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 39 | 143 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.44 |
| HSL | 256.73º | 0.57% | 0.36% | - |
| HSV(B) | 256.73º | 0.73% | 0.56% | - |
| XYZ | 8.07 | 4.66 | 26.46 | - |
| YUV | 59.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 143 | 0.52 | 0.73 | 0 | 0.44 | 256.73 | 0.57 | 0.36 |
| Hex | 44 | 27 | 8F | 34 | 49 | 0 | 2C | 101 | 39 | 24 |
| Octal | 104 | 47 | 217 | 64 | 111 | 0 | 54 | 401 | 71 | 44 |
| Binary | 1000100 | 100111 | 10001111 | 110100 | 1001001 | 0 | 101100 | 100000001 | 111001 | 100100 |
Color Harmonies of #44278F
Complementary color
Monochromatic Colors of #44278F
Black with #44278F
Text Example
Text Example
White with #44278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44278F; }
p { color: rgb(68,39,143); }
H1.HeaderClassName
{
color: #44278F;
}
.AnyTagClassName
{
color: #44278F;
}
</style>
background-color css
<style>
a { background-color: #44278F; }
a { background-color: rgb(68,39,143); }
div.DivClassName
{
background-color: #44278F;
}
.BgClassName
{
background-color: #44278F;
}
</style>
border-color css
<style>
span { border-color: #44278F; }
span { border-color: rgb(68,39,143); }
td.TdClassName
{
border-color: #44278F;
}
.TagClassName
{
border-color: #44278F;
}
</style>