Shades of Blue Gem #442F89
Tints of Blue Gem #442F89
RGB
CMYK
RGB Variations
Color information
#442F89 (or 0x442F89) is known color: Blue Gem. HEX triplet: 44, 2F and 89. RGB value is (68,47,137). Sum of RGB (Red+Green+Blue) = 68+47+137=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #442F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F89 is #BBD076. Grayscale: #3F3F3F. Windows color (decimal): -12308599 or 8990532. OLE color: 8990532.
HSL color Cylindrical-coordinate representation of color #442F89: hue angle of 254º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442F89 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 47 | 137 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.46 |
| HSL | 254º | 0.49% | 0.36% | - |
| HSV(B) | 254º | 0.66% | 0.54% | - |
| XYZ | 7.92 | 5.07 | 24.23 | - |
| YUV | 63.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 137 | 0.50 | 0.66 | 0 | 0.46 | 254 | 0.49 | 0.36 |
| Hex | 44 | 2F | 89 | 32 | 42 | 0 | 2E | FE | 31 | 24 |
| Octal | 104 | 57 | 211 | 62 | 102 | 0 | 56 | 376 | 61 | 44 |
| Binary | 1000100 | 101111 | 10001001 | 110010 | 1000010 | 0 | 101110 | 11111110 | 110001 | 100100 |
Color Harmonies of #442F89
Complementary color
Monochromatic Colors of #442F89
Black with #442F89
Text Example
Text Example
White with #442F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F89; }
p { color: rgb(68,47,137); }
H1.HeaderClassName
{
color: #442F89;
}
.AnyTagClassName
{
color: #442F89;
}
</style>
background-color css
<style>
a { background-color: #442F89; }
a { background-color: rgb(68,47,137); }
div.DivClassName
{
background-color: #442F89;
}
.BgClassName
{
background-color: #442F89;
}
</style>
border-color css
<style>
span { border-color: #442F89; }
span { border-color: rgb(68,47,137); }
td.TdClassName
{
border-color: #442F89;
}
.TagClassName
{
border-color: #442F89;
}
</style>