Shades of Meteorite #443365
Tints of Meteorite #443365
RGB
CMYK
RGB Variations
Color information
#443365 (or 0x443365) is known color: Meteorite. HEX triplet: 44, 33 and 65. RGB value is (68,51,101). Sum of RGB (Red+Green+Blue) = 68+51+101=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #443365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443365 is #BBCC9A. Grayscale: #3D3D3D. Windows color (decimal): -12307611 or 6632260. OLE color: 6632260.
HSL color Cylindrical-coordinate representation of color #443365: hue angle of 260.4º degrees, saturation: 0.33, 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 #443365 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 51 | 101 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.60 |
| HSL | 260.4º | 0.33% | 0.3% | - |
| HSV(B) | 260.4º | 0.5% | 0.4% | - |
| XYZ | 5.92 | 4.54 | 12.88 | - |
| YUV | 61.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 101 | 0.33 | 0.50 | 0 | 0.60 | 260.4 | 0.33 | 0.3 |
| Hex | 44 | 33 | 65 | 21 | 32 | 0 | 3C | 104 | 21 | 1E |
| Octal | 104 | 63 | 145 | 41 | 62 | 0 | 74 | 404 | 41 | 36 |
| Binary | 1000100 | 110011 | 1100101 | 100001 | 110010 | 0 | 111100 | 100000100 | 100001 | 11110 |
Color Harmonies of #443365
Complementary color
Monochromatic Colors of #443365
Black with #443365
Text Example
Text Example
White with #443365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443365; }
p { color: rgb(68,51,101); }
H1.HeaderClassName
{
color: #443365;
}
.AnyTagClassName
{
color: #443365;
}
</style>
background-color css
<style>
a { background-color: #443365; }
a { background-color: rgb(68,51,101); }
div.DivClassName
{
background-color: #443365;
}
.BgClassName
{
background-color: #443365;
}
</style>
border-color css
<style>
span { border-color: #443365; }
span { border-color: rgb(68,51,101); }
td.TdClassName
{
border-color: #443365;
}
.TagClassName
{
border-color: #443365;
}
</style>