Shades of Meteorite #443265
Tints of Meteorite #443265
RGB
CMYK
RGB Variations
Color information
#443265 (or 0x443265) is known color: Meteorite. HEX triplet: 44, 32 and 65. RGB value is (68,50,101). Sum of RGB (Red+Green+Blue) = 68+50+101=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #443265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443265 is #BBCD9A. Grayscale: #3D3D3D. Windows color (decimal): -12307867 or 6632004. OLE color: 6632004.
HSL color Cylindrical-coordinate representation of color #443265: hue angle of 261.18º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #443265 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 50 | 101 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.60 |
| HSL | 261.18º | 0.34% | 0.3% | - |
| HSV(B) | 261.18º | 0.5% | 0.4% | - |
| XYZ | 5.87 | 4.45 | 12.86 | - |
| YUV | 61.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 101 | 0.33 | 0.50 | 0 | 0.60 | 261.18 | 0.34 | 0.3 |
| Hex | 44 | 32 | 65 | 21 | 32 | 0 | 3C | 105 | 22 | 1E |
| Octal | 104 | 62 | 145 | 41 | 62 | 0 | 74 | 405 | 42 | 36 |
| Binary | 1000100 | 110010 | 1100101 | 100001 | 110010 | 0 | 111100 | 100000101 | 100010 | 11110 |
Color Harmonies of #443265
Complementary color
Monochromatic Colors of #443265
Black with #443265
Text Example
Text Example
White with #443265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443265; }
p { color: rgb(68,50,101); }
H1.HeaderClassName
{
color: #443265;
}
.AnyTagClassName
{
color: #443265;
}
</style>
background-color css
<style>
a { background-color: #443265; }
a { background-color: rgb(68,50,101); }
div.DivClassName
{
background-color: #443265;
}
.BgClassName
{
background-color: #443265;
}
</style>
border-color css
<style>
span { border-color: #443265; }
span { border-color: rgb(68,50,101); }
td.TdClassName
{
border-color: #443265;
}
.TagClassName
{
border-color: #443265;
}
</style>