Shades of Blue Gem #44269C
Tints of Blue Gem #44269C
RGB
CMYK
RGB Variations
Color information
#44269C (or 0x44269C) is known color: Blue Gem. HEX triplet: 44, 26 and 9C. RGB value is (68,38,156). Sum of RGB (Red+Green+Blue) = 68+38+156=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #44269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44269C is #BBD963. Grayscale: #3B3B3B. Windows color (decimal): -12310884 or 10233412. OLE color: 10233412.
HSL color Cylindrical-coordinate representation of color #44269C: hue angle of 255.25º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44269C is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 38 | 156 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.39 |
| HSL | 255.25º | 0.61% | 0.38% | - |
| HSV(B) | 255.25º | 0.76% | 0.61% | - |
| XYZ | 9.08 | 5.02 | 31.94 | - |
| YUV | 60.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 156 | 0.56 | 0.76 | 0 | 0.39 | 255.25 | 0.61 | 0.38 |
| Hex | 44 | 26 | 9C | 38 | 4C | 0 | 27 | FF | 3D | 26 |
| Octal | 104 | 46 | 234 | 70 | 114 | 0 | 47 | 377 | 75 | 46 |
| Binary | 1000100 | 100110 | 10011100 | 111000 | 1001100 | 0 | 100111 | 11111111 | 111101 | 100110 |
Color Harmonies of #44269C
Complementary color
Monochromatic Colors of #44269C
Black with #44269C
Text Example
Text Example
White with #44269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44269C; }
p { color: rgb(68,38,156); }
H1.HeaderClassName
{
color: #44269C;
}
.AnyTagClassName
{
color: #44269C;
}
</style>
background-color css
<style>
a { background-color: #44269C; }
a { background-color: rgb(68,38,156); }
div.DivClassName
{
background-color: #44269C;
}
.BgClassName
{
background-color: #44269C;
}
</style>
border-color css
<style>
span { border-color: #44269C; }
span { border-color: rgb(68,38,156); }
td.TdClassName
{
border-color: #44269C;
}
.TagClassName
{
border-color: #44269C;
}
</style>