Shades of Blue Gem #442A90
Tints of Blue Gem #442A90
RGB
CMYK
RGB Variations
Color information
#442A90 (or 0x442A90) is known color: Blue Gem. HEX triplet: 44, 2A and 90. RGB value is (68,42,144). Sum of RGB (Red+Green+Blue) = 68+42+144=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #442A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442A90 is #BBD56F. Grayscale: #3D3D3D. Windows color (decimal): -12309872 or 9448004. OLE color: 9448004.
HSL color Cylindrical-coordinate representation of color #442A90: hue angle of 255.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #442A90 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 42 | 144 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.44 |
| HSL | 255.29º | 0.55% | 0.36% | - |
| HSV(B) | 255.29º | 0.71% | 0.56% | - |
| XYZ | 8.25 | 4.9 | 26.9 | - |
| YUV | 61.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 144 | 0.53 | 0.71 | 0 | 0.44 | 255.29 | 0.55 | 0.36 |
| Hex | 44 | 2A | 90 | 35 | 47 | 0 | 2C | FF | 37 | 24 |
| Octal | 104 | 52 | 220 | 65 | 107 | 0 | 54 | 377 | 67 | 44 |
| Binary | 1000100 | 101010 | 10010000 | 110101 | 1000111 | 0 | 101100 | 11111111 | 110111 | 100100 |
Color Harmonies of #442A90
Complementary color
Monochromatic Colors of #442A90
Black with #442A90
Text Example
Text Example
White with #442A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A90; }
p { color: rgb(68,42,144); }
H1.HeaderClassName
{
color: #442A90;
}
.AnyTagClassName
{
color: #442A90;
}
</style>
background-color css
<style>
a { background-color: #442A90; }
a { background-color: rgb(68,42,144); }
div.DivClassName
{
background-color: #442A90;
}
.BgClassName
{
background-color: #442A90;
}
</style>
border-color css
<style>
span { border-color: #442A90; }
span { border-color: rgb(68,42,144); }
td.TdClassName
{
border-color: #442A90;
}
.TagClassName
{
border-color: #442A90;
}
</style>