Shades of Blue Gem #442F88
Tints of Blue Gem #442F88
RGB
CMYK
RGB Variations
Color information
#442F88 (or 0x442F88) is known color: Blue Gem. HEX triplet: 44, 2F and 88. RGB value is (68,47,136). Sum of RGB (Red+Green+Blue) = 68+47+136=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #442F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F88 is #BBD077. Grayscale: #3F3F3F. Windows color (decimal): -12308600 or 8924996. OLE color: 8924996.
HSL color Cylindrical-coordinate representation of color #442F88: hue angle of 254.16º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442F88 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 47 | 136 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.47 |
| HSL | 254.16º | 0.49% | 0.36% | - |
| HSV(B) | 254.16º | 0.65% | 0.53% | - |
| XYZ | 7.84 | 5.04 | 23.85 | - |
| YUV | 63.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 136 | 0.50 | 0.65 | 0 | 0.47 | 254.16 | 0.49 | 0.36 |
| Hex | 44 | 2F | 88 | 32 | 41 | 0 | 2F | FE | 31 | 24 |
| Octal | 104 | 57 | 210 | 62 | 101 | 0 | 57 | 376 | 61 | 44 |
| Binary | 1000100 | 101111 | 10001000 | 110010 | 1000001 | 0 | 101111 | 11111110 | 110001 | 100100 |
Color Harmonies of #442F88
Complementary color
Monochromatic Colors of #442F88
Black with #442F88
Text Example
Text Example
White with #442F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F88; }
p { color: rgb(68,47,136); }
H1.HeaderClassName
{
color: #442F88;
}
.AnyTagClassName
{
color: #442F88;
}
</style>
background-color css
<style>
a { background-color: #442F88; }
a { background-color: rgb(68,47,136); }
div.DivClassName
{
background-color: #442F88;
}
.BgClassName
{
background-color: #442F88;
}
</style>
border-color css
<style>
span { border-color: #442F88; }
span { border-color: rgb(68,47,136); }
td.TdClassName
{
border-color: #442F88;
}
.TagClassName
{
border-color: #442F88;
}
</style>