Shades of Blue Gem #44309C
Tints of Blue Gem #44309C
RGB
CMYK
RGB Variations
Color information
#44309C (or 0x44309C) is known color: Blue Gem. HEX triplet: 44, 30 and 9C. RGB value is (68,48,156). Sum of RGB (Red+Green+Blue) = 68+48+156=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #44309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44309C is #BBCF63. Grayscale: #414141. Windows color (decimal): -12308324 or 10235972. OLE color: 10235972.
HSL color Cylindrical-coordinate representation of color #44309C: hue angle of 251.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44309C is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 48 | 156 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.39 |
| HSL | 251.11º | 0.53% | 0.4% | - |
| HSV(B) | 251.11º | 0.69% | 0.61% | - |
| XYZ | 9.44 | 5.74 | 32.06 | - |
| YUV | 66.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 156 | 0.56 | 0.69 | 0 | 0.39 | 251.11 | 0.53 | 0.4 |
| Hex | 44 | 30 | 9C | 38 | 45 | 0 | 27 | FB | 35 | 28 |
| Octal | 104 | 60 | 234 | 70 | 105 | 0 | 47 | 373 | 65 | 50 |
| Binary | 1000100 | 110000 | 10011100 | 111000 | 1000101 | 0 | 100111 | 11111011 | 110101 | 101000 |
Color Harmonies of #44309C
Complementary color
Monochromatic Colors of #44309C
Black with #44309C
Text Example
Text Example
White with #44309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44309C; }
p { color: rgb(68,48,156); }
H1.HeaderClassName
{
color: #44309C;
}
.AnyTagClassName
{
color: #44309C;
}
</style>
background-color css
<style>
a { background-color: #44309C; }
a { background-color: rgb(68,48,156); }
div.DivClassName
{
background-color: #44309C;
}
.BgClassName
{
background-color: #44309C;
}
</style>
border-color css
<style>
span { border-color: #44309C; }
span { border-color: rgb(68,48,156); }
td.TdClassName
{
border-color: #44309C;
}
.TagClassName
{
border-color: #44309C;
}
</style>