Shades of Blue Gem #44279D
Tints of Blue Gem #44279D
RGB
CMYK
RGB Variations
Color information
#44279D (or 0x44279D) is known color: Blue Gem. HEX triplet: 44, 27 and 9D. RGB value is (68,39,157). Sum of RGB (Red+Green+Blue) = 68+39+157=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #44279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44279D is #BBD862. Grayscale: #3C3C3C. Windows color (decimal): -12310627 or 10299204. OLE color: 10299204.
HSL color Cylindrical-coordinate representation of color #44279D: hue angle of 254.75º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44279D is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 39 | 157 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.38 |
| HSL | 254.75º | 0.6% | 0.38% | - |
| HSV(B) | 254.75º | 0.75% | 0.62% | - |
| XYZ | 9.2 | 5.11 | 32.4 | - |
| YUV | 61.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 157 | 0.57 | 0.75 | 0 | 0.38 | 254.75 | 0.6 | 0.38 |
| Hex | 44 | 27 | 9D | 39 | 4B | 0 | 26 | FF | 3C | 26 |
| Octal | 104 | 47 | 235 | 71 | 113 | 0 | 46 | 377 | 74 | 46 |
| Binary | 1000100 | 100111 | 10011101 | 111001 | 1001011 | 0 | 100110 | 11111111 | 111100 | 100110 |
Color Harmonies of #44279D
Complementary color
Monochromatic Colors of #44279D
Black with #44279D
Text Example
Text Example
White with #44279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44279D; }
p { color: rgb(68,39,157); }
H1.HeaderClassName
{
color: #44279D;
}
.AnyTagClassName
{
color: #44279D;
}
</style>
background-color css
<style>
a { background-color: #44279D; }
a { background-color: rgb(68,39,157); }
div.DivClassName
{
background-color: #44279D;
}
.BgClassName
{
background-color: #44279D;
}
</style>
border-color css
<style>
span { border-color: #44279D; }
span { border-color: rgb(68,39,157); }
td.TdClassName
{
border-color: #44279D;
}
.TagClassName
{
border-color: #44279D;
}
</style>